Interface of the response payload when call createPaymentConsent
Members
string
# intent_id Optional
If merchant provide `intent_id` when call createPaymentConsent, we will return the `intent_id`
If merchant not provide `intent_id` when call createPaymentConsent, we will create an initial intent and return the intent id
object
# payment_method Optional
The payment method of the payment consent
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
id |
string
|
The id of the payment method | |
bin |
string
|
<optional> |
The bin code of the card |
last4 |
string
|
<optional> |
The last 4 numbers of the card |
brand |
string
|
<optional> |
The brand of the card |