POST
/
payout
/
v1
/
cardpay
{
  "status": "SUCCESS",
  "subCode": "200",
  "message": "Transfer completed successfully",
  "data": {
    "referenceId": "10023",
    "utr": "P16111765023806",
    "acknowledged": 1
  }
}
This API will be retired soon. Please plan to migrate to the latest version, Transfers V2.

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Headers

Authorization
string
required

Bearer Auth Token

Content-Type
string
required

application/json

Body

application/json
amount
string
required

Amount you want to transfer. Amount should be >= 1.00. Decimals are allowed.

cardType
string
required

Specify if it is a debit or credit card. Values allowed: DEBIT/CREDIT. CREDIT is the default value if the parameter does not exist or is not specified.

token
string
required

It is the tokenised card number or card token for this transfer.

transferId
string
required

Unique transfer ID to identify the transfer. Alphanumeric characters and underscore are allowed. The maximum character limit is 40.

cryptogram
string

It ​contains formatted chip/cryptogram data relating to the token cryptogram. The maximum character limit is 600. It is optional for MASTERCARD and not required for VISA.

name
string

The name of the beneficiary who receives the transfer amount.

networkType
string

Specify the card type - VISA/MASTERCARD.

remarks
string

Remarks for your reference. Alphanumeric characters and whitespace are allowed. The maximum character limit is 70.

tokenExpiry
string

Applicable only for MASTERCARD. The format for the valid token expiry date should be YYYY-MM. It cannot be null. Provide a valid tokenExpiry if collected from the customers. If unavailable, populate a static value with a forward year and month in the correct format (YYYY-MM). The maximum character limit is 10.

tokenPANSequenceNumber
string

A maximum of 3 alphanumeric characters are allowed. It is optional for MASTERCARD and not required for VISA.

Response

200 - text/plain
data
object
message
string
status
string
subCode
string

Was this page helpful?