Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 1.4 KB

File metadata and controls

executable file
·
21 lines (17 loc) · 1.4 KB

UniversalPayPayByWebPost

Properties

Name Type Description Notes
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)
card_id str The id of a previous saved card. SaveCard and CardId are mutually exclusive [optional]
save_card bool Whether to save or not the card for future use. SaveCard and CardId are mutually exclusive [optional]
statement_descriptor str
tag str Custom data that you can add to this item [optional]
credited_wallet_id str The ID of the wallet where money will be credited
secure_mode str [optional]
success_url str Url to redirect the browser in case the payment is completed successfully [optional]
cancel_url str Url to redirect the browser in case the payment is not completed successfully [optional]
language str Valid values are ES, EN, FR [optional]
customer CustomerDetail

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