Orqpay
Partner Payments

Get payment

GET
/v1/partner/payments/{id}

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

id*string
Formatuuid

Query Parameters

merchantId*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/partner/payments/497f6eca-6276-4993-bfeb-53cbbbba6f08?merchantId=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "status": "string",  "environment": "test",  "addressMode": "invoice",  "amount": "string",  "amountReceived": "string",  "remaining": "string",  "surplus": "string",  "token": "string",  "referenceId": "string",  "email": "string",  "checkoutUrl": "http://example.com",  "expiresAt": "2019-08-24T14:15:22Z",  "successUrl": "string",  "cancelUrl": "string",  "depositAddresses": [    {      "networkId": 0,      "chainName": "string",      "family": "evm",      "address": "string",      "token": "string",      "chainId": "9e7fb22a-9e5b-420e-8fd7-e3454fcfd5fd"    }  ],  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z",  "merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b"}
{  "error": {    "code": "string",    "message": "string"  }}