Partner Merchants
Go live
Register payout wallet(s) with `networkId` and request live review. Orqpay approves before the merchant can take live payments.
Register payout wallet(s) with networkId and request live review.
Orqpay approves before the merchant can take live payments.
Authorization
bearerAuth requestSignature AuthorizationBearer <token>
Partner API key (orq_pk_test_… or orq_pk_live_…). Paste the key.
In: header
X-Request-Signature<token>
Signing secret (orq_ps_…). Playground signs for you.
In: header
Path Parameters
merchantId*string
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/partner/merchants/497f6eca-6276-4993-bfeb-53cbbbba6f08/go-live" \ -H "Content-Type: application/json" \ -d '{ "payoutAddresses": [ { "networkId": 137, "address": "0xYourSettlementWallet" } ], "websiteUrl": "https://tenant.example" }'{ "merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b", "integrationStatus": "string", "liveRequestedAt": "2019-08-24T14:15:22Z", "liveApprovedAt": "2019-08-24T14:15:22Z", "wallets": [ { "networkId": 0, "chainName": "string", "family": "evm", "address": "string", "addressDisplay": "string", "registered": true } ], "registeredFamilies": { "evm": true, "tron": true }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}