Card Payments
getCardToken
API returns a token that is generated for the provided card data. The token can be used to complete the next steps in the payment process.
post/v1/Payment/getCardToken/json
Request body
Response
Successful operation
Example response
{
"binInfo": {
"brands": [
"MASTERCARD"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.