charge endpoint.| Property | Possible Values | Description |
|---|---|---|
| authValidation | url, iframe | Define the desired integration type for 3DS authentication. Use url for redirection or iframe for embedding. |
| callbackUrl | string | Callback where the 3D Secure authentication response will be sent. |
| Property | Possible Values | Description |
|---|---|---|
| url | string | URL to be used for 3D Secure authentication. |
| secureService | 3dsecure | Indicates the transaction authentication service. |
| secureId | string | Security ID for the transaction. |
{
"token": "sBkQ7F110000tI1HVq116862fd5Ah3mG",
"url": "[https://uat-auth.kushkipagos.com?token=sBkQ7F110000tI1HVq116862fd5Ah3mG&merchantId=306cb10581bb4acb9a2bfc77e163c482&bin=NDM0OTAwMzA=&callbackUrl=https://www.kushkipagos.com/callback/&isSandbox=false](https://uat-auth.kushkipagos.com?token=sBkQ7F110000tI1HVq116862fd5Ah3mG&merchantId=306cb10581bb4acb9a2bfc77e163c482&bin=NDM0OTAwMzA=&callbackUrl=https://www.kushkipagos.com/callback/&isSandbox=false)",
"secureService": "3dsecure",
"secureId": "1f5584db-0c5b-c729-a19c-6eb0283ca448"
}curl --location --request POST 'https://api-uat.kushkipagos.com/card/v1/tokens' \
--header 'Public-Merchant-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"name": "Jhon Doe",
"number": "5451951574925480",
"expiryMonth": "05",
"expiryYear": "25",
"cvv": "123"
},
"totalAmount": 10,
"currency": "USD"
}'{
"token": "7ef57cf85d0e4375b84ead7a8c94e194"
}