v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Fetch Transaction With Date Range

post/api/valor-vault/fetchtransaction/{vault_id}

Path parameters

vault_idinteger 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 $@%#)

Request body

start_datestring date required

Start date, Accepeted date YYYY-MM-DD

end_datestring date required

End date, Accepeted date YYYY-MM-DD

Response

200

codeinteger
statusstring
messagestring
dataobject[]
limitinteger
total_countinteger
offsetinteger

Example response

{
  "code": 200,
  "status": "OK",
  "message": "Success",
  "limit": 25
}