RecurrenceType: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=RecurrenceType enumeration}} This enum indicates the type of recurrence that the payment represents. = API usage = This enum is used by the following API...") |
No edit summary |
||
Line 12: | Line 12: | ||
{{api_enum_table_header}} | {{api_enum_table_header}} | ||
|- | |- | ||
| MerchantInitiatedPayment || 0 || The payment is initiated by the merchant, the customer is not present for the purchase. ''In this case no 3DS | | MerchantInitiatedPayment || 0 || | ||
The payment is initiated by the merchant, the customer is not present for the purchase. | |||
''In this case no 3DS challenge will be presented for the customer.'' | |||
|- | |- | ||
| OneClickPayment || 10 || The purchase is initiated by the customer but instead of redirecting the customer to the Barion Smart Gateway the recurrence Id is used for a more convenient payment flow. | | OneClickPayment || 10 || | ||
The purchase is initiated by the customer but instead of redirecting the customer to the Barion Smart Gateway the recurrence Id is used for a more convenient payment flow. | |||
''In this case 3DS authentication is required on the merchant's site.'' | |||
|} | |} |
Revision as of 05:17, 25 July 2019
RecurrenceType enumeration
This enum indicates the type of recurrence that the payment represents.
API usage
This enum is used by the following API endpoints:
Enum list
Enum value | Byte / int value | Description |
---|---|---|
MerchantInitiatedPayment | 0 |
The payment is initiated by the merchant, the customer is not present for the purchase. In this case no 3DS challenge will be presented for the customer. |
OneClickPayment | 10 |
The purchase is initiated by the customer but instead of redirecting the customer to the Barion Smart Gateway the recurrence Id is used for a more convenient payment flow. In this case 3DS authentication is required on the merchant's site. |