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>"
}
The body is of type object
.
Success
The response is of type object
.
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>"
}
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>"
}
The body is of type object
.
Success
The response is of type object
.
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>"
}