# Payment History List payments Endpoint: GET /v2/payments Version: 2.5.1 ## Query parameters: - `country` (string, required) Enum: "BGD", "IND", "PAK", "PHL", "NPL" - `limit` (integer) - `offset` (integer) - `sorting_order` (string) Enum: "asc", "desc" - `start_ts` (any) - `end_ts` (any) - `status` (any) - `search_type` (any) - `search_term` (any) ## Header parameters: - `authorization` (string, required) Bearer token (JWT signed with your SECRET_KEY) ## Response 200 fields (application/json): - `id` (string, required) - `order` (any, required) - `response` (any, required) - `quote` (object, required) - `quote.country` (string, required) Enum: "BGD", "IND", "PAK", "PHL", "NPL" - `quote.currency` (string, required) Enum: "BHD", "EUR", "KWD", "MYR", "OMR", "QAR", "SAR", "SGD", "TRY", "AED", "USD", "INR" - `quote.amount` (number, required) - `quote.amount_destination` (number, required) - `quote.rate` (number, required) - `quote.timestamp` (string, required) - `quote.expires` (string, required) - `quote.wallet_rate` (number, required) - `quote.min_amount_destination` (any) - `quote.max_amount_destination` (any) ## Response 400 fields (application/json): - `detail` (any) ## Response 401 fields (application/json): - `detail` (any) ## Response 403 fields (application/json): - `detail` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 500 fields (application/json): - `detail` (any)