v1
latestOpenAPI 3.1.02026-08-0425501.2 MBGet Payment Profile
get/api/valor-vault/getpaymentprofile/{vault_id}
Path parameters
vault_idstring required
Vault customer ID (Numeric - Length of max chars 11)
Headers
Valor-App-IDstring required
Merchant APP ID (Alphanumeric - Length of 32 chars and special chars $@%#)
Valor-App-Keystring required
Merchant APP KEY (Alphanumeric - Length of 32 chars and special chars $@%#)
Response
200
Example response
{
"code": 200,
"status": "OK",
"message": "Success",
"data": [
{
"payment_id": 3894,
"masked_pan": "XXXX1111",
"token": "64FD192C1BBC7520C944C6826DDDCF851BDE7517",
"card_brand": "Visa",
"cardholder_name": "Jhon Jose",
"status": "active"
}
]
}