POST
/
loon
/
rtau
/
inquiry
cURL
curl --request POST \
  --url https://services.prod.pagosapi.com/loon/rtau/inquiry \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "requestId": "unique-uuid",
  "network": "visa",
  "account": {
    "accountNumber": "4111111111111111",
    "expiryYear": "2019",
    "expiryMonth": "12",
    "metadata": null
  },
  "subMerchantId": null
}'
{
  "accountEncrypted": null,
  "account": {
    "accountNumber": "4111111111111111",
    "expiryYear": "2019",
    "expiryMonth": "12",
    "newAccountNumber": "4111111111111234",
    "newExpiryYear": "2029",
    "newExpiryMonth": "5",
    "responseCode": "LAE",
    "errorCode": null,
    "metadata": null
  },
  "requestId": "unique-uuid"
}

Authorizations

Authorization
string
header
required

Format is: Bearer <api_key>, where <api_key> is your Pagos API key

Body

application/json
requestId
string
required
Minimum length: 1
network
string
required
Minimum length: 1
account
object
subMerchantId
string | null

Response

Success

accountEncrypted
string | null
account
object
requestId
string