Skip to main content

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​

TypeDescription
apiKeystring(Required). Wallet API key for authentication. Include in the request header.
Authorizationstring(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​

FieldTypeDescription
Media TypestringRepresents 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-TypeValue
apiKey{{apiKey}}

🔑 Authentication bearer​

ParamvalueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

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!