Orqpay
Partner Merchants

Go-live status

GET
/v1/partner/merchants/{merchantId}/go-live

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
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/partner/merchants/497f6eca-6276-4993-bfeb-53cbbbba6f08/go-live"
{  "merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b",  "integrationStatus": "string",  "liveRequestedAt": "2019-08-24T14:15:22Z",  "liveApprovedAt": "2019-08-24T14:15:22Z",  "ready": true,  "blocker": "string"}
{  "error": {    "code": "string",    "message": "string"  }}