Skip to content

Latest commit

 

History

History
executable file
·
19 lines (15 loc) · 1.5 KB

File metadata and controls

executable file
·
19 lines (15 loc) · 1.5 KB

RedsysPayByWebPost

Properties

Name Type Description Notes
tag str Custom data that you can add to this item [optional]
save_card bool Whether to save or not the card for future use. SaveCard and CardId are mutually exclusive [optional]
card_id str The id of a previous saved card. SaveCard and CardId are mutually exclusive [optional]
credited_wallet_id str The ID of the wallet where money will be credited
statement_descriptor str A custom description to appear on the user's bank statement. It can be up to 10 characters long, and can only include alphanumeric characters or spaces [optional]
success_url str Dirección (relativa a la tienda) a la que redirigirá cuando se haya completado el pago.
cancel_url str Dirección (relativa a la tienda) a la que redirigirá en caso de error en el pago.
debited_funds Money Information about the funds that are being debited
fees Money Information about the fees that were taken by the client for this transaction (and were hence transferred to the Client's platform wallet)
language str Valid values are ES, EN, CA, FR, DE, NL, IT, SV, PT, PL, GL and EU [optional]

[Back to Model list] [Back to API list] [Back to README]