Setup
Initializes the payer authentication process and obtains the necessary tokens for the 3D Secure flow.
Endpoint Details
Headers
Content-Type: application/json
x-api-key: <YOUR_API_KEY>Request Body
{
"transaction_info": {
"type": "setup",
"reference_code": "d47f5455-0282-46c7-b1fc-eaf7ac0d85bf"
},
"card": {
"number": "4000000000002701",
"expiration_date": "01/2027"
}
}Parameters
Field
Type
Required
Description
Card Information Formats
Card Number Formats
Expiration Date Formats
Response Structure
Response Examples
Response Fields
transaction_info
Field
Description
consumer_auth_info
Field
Description
error_info (when applicable)
Field
Description
Usage Example
cURL
Next Steps
Last updated