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

serviceIdId required— unresolved $ref
requestTokenstring required

Generated token used to authenticate the requester

merchantReferencestring

Reference of the merchant, returned in the request response

Response

Successful operation

Example response

{
  "binInfo": {
    "brands": [
      "MASTERCARD"
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.