Payment provider details
Name | Type | Description |
---|---|---|
cardExpiry | String | The expiry date as printed on the card. |
cardPan | String | The card number with 12 of the 16 numbers replaced by asterisks (*). For example: |
cardToken | String | Token that identifies a card registered with a payment provider. |
cardType | String | The type of card. For example, |
customerRef | String | The ID of the customer in the payment provider's system. |
description | String | Description of the payment option. |
endpointUrl | String | The URL that payment requests should be submitted to. |
failureCallbackUrl | String | The URL the client should be directed to if the payment fails. |
gatewayBeanName | String | The Spring name of the payment gateway implementation that knows how to process this payment option. |
merchandRef | String | The merchant reference in the payment provider's system. |
paymentType | String | The type of payment (for example, Card, E-Wallet, Post Pay, and so on). |
providerName | String | The name of the service provider. |
| String | Holders for implementation-specific data. |
proxiedViaSdp | Boolean |
|
requiresAccountCredentials | Boolean |
|
serviceProviderID | Long | The payment's Service Provider ID. |
serviceProviderPaymentOptionUid | Long | The unique ID of the associated Service Provider and Payment Option. |
successCallbackUrl | String | The URL the client should be directed to if the payment succeeds. |