Partner Merchants
Mint wallet bind URL
Mints a fresh Orqpay-hosted wallet-bind link for the merchant. The tenant opens the URL, connects a wallet, and signs the Orqpay bind message.
Mints a fresh Orqpay-hosted wallet-bind link for the merchant. The tenant opens the URL, connects a wallet, and signs the Orqpay bind message.
Authorization
bearerAuth AuthorizationBearer <token>
Partner API key (pt_test_... or pt_live_...)
In: header
Path Parameters
merchantId*string
Format
uuidResponse Body
application/json
application/json
curl -X POST "https://example.com/v1/partner/merchants/497f6eca-6276-4993-bfeb-53cbbbba6f08/bind-url"{ "merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b", "bindUrl": "http://example.com", "expiresAt": "2019-08-24T14:15:22Z"}{ "error": { "code": "string", "message": "string" }}Update merchant PATCH
Allowed field: `autoPayoutEnabled`. Enabling realtime settlement requires a completed wallet bind for enabled chain families.
Create invoice POST
Creates an invoice for one of your sub-merchants. Prefer sending customers to `checkoutUrl` (white-label / branding-off hosted checkout).