POST
/
loon
/
rtau
/
inquiry
curl --request POST \
  --url https://services.prod.pagosapi.com/loon/rtau/inquiry \
  --header 'Content-Type: application/json' \
  --data '{
  "requestId": "<string>",
  "network": "<string>",
  "accountEncrypted": "<string>",
  "account": {
    "accountNumber": "<string>",
    "expiryYear": "<string>",
    "expiryMonth": "<string>",
    "metadata": "<string>"
  },
  "subMerchantId": "<string>"
}'
{
  "accountEncrypted": "<string>",
  "account": {
    "accountNumber": "<string>",
    "expiryYear": "<string>",
    "expiryMonth": "<string>",
    "newAccountNumber": "<string>",
    "newExpiryYear": "<string>",
    "newExpiryMonth": "<string>",
    "responseCode": "<string>",
    "errorCode": "<string>",
    "metadata": "<string>"
  },
  "requestId": "<string>"
}

Body

application/json

The body is of type object.

Response

200
application/json
Success

The response is of type object.