Orqpay
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.

POST
/v1/partner/merchants/{merchantId}/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.

Authorization

bearerAuth
AuthorizationBearer <token>

Partner API key (pt_test_... or pt_live_...)

In: header

Path Parameters

merchantId*string
Formatuuid

Response 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"  }}