3D-Secure
How does a 3D Secure payment work?
{
"externalId": "{{$timestamp}}",
"paymentMethod": {
"type": "CreditCard",
"code": "1300",
"flow": "DIRECT"
},
"country": "Country",
"currency": "Currency",
"amount": 1234,
"accountNumber": "{{Account Number}}",
"conceptCode": "0001",
"comment": "Test order details",
"merchant": {
"type": "COMPANY",
"name": "Merchant name"
},
"payer": {
"type": "INDIVIDUAL",
"name": "Firstname",
"lastname": "Lastname",
"document": {
"type": "{{document type}}",
"id": "Document id"
},
"email": "[email protected]"
},
"intermediaries": [],
"card": {
"token": "{{token}}
"bin": "400000",
"brand": "VISA",
"country": "US",
"name": "Card Name",
"last4": "3220",
"expirationYear": 2025,
"expirationMonth": 11,
"installments": 1
},
"transactionType": "PayIn",
"clientCode": "0100",
"file": false
"redirectUrl": {
"onSuccess": "https://www.google.com",
"onError": "https://www.google.com"
}
}Last updated
Was this helpful?