# Payment Status Get info about previously executed payment Endpoint: GET /v2/payments/{id} Version: 2.5.1 ## Path parameters: - `id` (any, required) ## Query parameters: - `country` (string, required) Enum: "BGD", "IND", "PAK", "PHL", "NPL" - `external` (boolean) When true, the id supplied is external_id from the original payment request. ## 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)