# Payment Execute payment to beneficiary with specified bank details. Endpoint: POST /v2/payment Version: 2.5.1 ## Header parameters: - `authorization` (string, required) Bearer token (JWT signed with your SECRET_KEY) ## Response 202 fields (application/json): - `id` (string, required) - `timestamp` (string, required) - `status` (string, required) Enum: "queued", "rejected", "pending", "processing", "succeeded", "failed", "canceled", "unknown", "reversed" - `msg` (any) - `amount` (any) - `amount_currency` (any) - `base_amount` (any) - `base_currency` (any) - `wallet_amount` (any) - `wallet_currency` (any) - `wallet_premium` (any) - `wallet_fx` (any) - `wallet_txn_cost` (any) - `bank_reference` (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)