Retrieve Sabi CoralPay Merchant Details
GET /payments/nqr/sabi-coralpay-merchant
Description
This endpoint allows you to retrieve details about a Sabi CoralPay merchant associated with your application. By making a GET request to this endpoint, you can access essential information related to the Sabi CoralPay merchant, such as account details, supported features, and more.
Required Headers
| Type | Description | |
|---|---|---|
| apiKey | string | (Required). Wallet API key for authentication. Include in the request header. |
| Authorization | string | (Required). Authentication token. Include in the request header using the "Bearer" scheme. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NGQ2Nm... |
Parameter
No parameter is required for this endpoint
StartFragment
HTTP Status Code: 200 OK
Successful response with a media type of \\\*/\\\*, indicating acceptance of any media type.
Response Fields
| Field | Type | Description |
|---|---|---|
| Media Type | string | Represents the accepted media type (\\\*/\\\* for any). |
Example
<ApiResponse>
<status>true</status>
<statusCode>0</statusCode>
<message>string</message>
<data/>
<errors>
<error>
<message>string</message>
<descriptiveMessage>string</descriptiveMessage>
</error>
</errors>
</ApiResponse>
Method: GET
>http://20.87.230.105/platform/wallets/payments/ussd/status-query/transaction_123
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request GET \
--url /payments/nqr/sabi-coralpay-merchant \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!