v1

latestOpenAPI 3.0.02026-07-2459256884.4 KB
Payers

Get Single Payer Details

This API will allow you to get a single payer account details with a given payerId if it exists.

get/v1/payments/payers/{payerId}

Path parameters

payerIdstring required

Payer Id received on adding payer account

Response

Example response

{
  "status": {
    "code": 200,
    "desc": "success",
    "messages": [
      {
        "desc": "Example description"
      }
    ]
  },
  "data": {
    "payerId": "c555734f-6473-4d13-9943-2264cb1ee2dd",
    "userId": "c555734f-6473-4d13-9943-2264cb1ee2dd",
    "payerType": "PARTNER",
    "payerSubType": "PARTNER",
    "accountLast4Digits": "1010",
    "institutionName": "Axis Bank Pvt. Ltd.",
    "tokenType": "PLAID",
    "verificationStatus": {
      "status": "IN_PROGRESS",
      "statusUpdateTs": 1614602485926
    },
    "createdOn": 1614602485926,
    "updatedOn": 1614602485926
  }
}