Get transactions
GET {{url}}/api/v1/issuing/transactions
Request Params
Key | Datatype | Required | Description |
---|
billing_currency | null | | Currency in which transaction was billed. (3-letter ISO-4217 code) |
card_id | null | | Unique Identifier for card |
from_created_at | string | | start of Transaction Date in ISO8601 format (inclusive) |
page_num | null | | Page number, starts from 0. |
page_size | number | | Number of results per page |
retrieval_ref | null | | Retrieval reference number |
to_created_at | string | | end of Transaction Date in ISO8601 format (inclusive) |
transaction_type | null | | Transaction Type - one of AUTHORIZATION, CLEARING, REFUND, REVERSAL, ORIGINAL_CREDIT |
AUTHORIZATION - Funds reserved due to card usage | | | |
CLEARING - Deducting purchase amount from account balance | | | |
REFUND - Refunding the purchase amount back to account balance | | | |
REVERSAL - Reversing an authorization | | | |
ORIGINAL_CREDIT - Merchant initiated credit transactions | | | |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | |