card_brand
|
String
|
Required
|
Brand of the payment card used for the transaction.
|
card_last4digits
|
String
|
Required
|
Last 4 digits of the card number.
|
3DS
|
Object
|
Required
|
3D Secure (3DS) authentication data generated for the transaction.
|
3DS.type
|
String
|
Optional
|
3DS type. The value is S for Samsung Pay.
|
3DS.version
|
String
|
Required
|
3DS version. The supported value is 100.
|
3DS.data
|
String
|
Required
|
Encrypted payment credential data in JWE format.
|
recurring_payment
|
Boolean
|
Optional
|
Whether the payment credential can be used for recurring payments. The default value is false.
|
encryptedMessage
|
String
|
Conditional
|
Encrypted string (in JWE format) that contains the billing address, cardholder name, and CPF (Brazilian taxpayer ID) information (when required). The value can be decrypted using the same method as for the 3DS.data value.
|
encryptedMessage.billingAddress
|
Object
|
Conditional
|
Billing address details.
|
encryptedMessage.billingAddress.addressLine1
|
String
|
Required
|
First line of the billing address.
|
encryptedMessage.billingAddress.addressLine2
|
String
|
Optional
|
Second line of the billing address.
|
encryptedMessage.billingAddress.city
|
String
|
Required
|
City of the billing address.
|
encryptedMessage.billingAddress.state
|
String
|
Conditional
|
State or province of the billing address. This field is required only when billingAddress.countryCode is USA or CAN.
|
encryptedMessage.billingAddress.countryCode
|
String
|
Required
|
Country code of the billing address in the ISO 3166-1 alpha-3 format.
|
encryptedMessage.billingAddress.postalCode
|
String
|
Required
|
Postal code of the billing address.
|
encryptedMessage.cardholderName
|
String
|
Conditional
|
Cardholder name.
|
encryptedMessage.cpf
|
Object
|
Conditional
|
Brazilian CPF information.
|
encryptedMessage.cpf.name
|
String
|
Required
|
Full name of the individual associated with the CPF.
|
encryptedMessage.cpf.number
|
String
|
Required
|
Brazilian CPF number. The value contains 11 digits with no hyphens or dots.
|