Public
Documentation Settings

Mula Collection

POSTFetch Request details

https://beep2.cellulant.com:9212/checkout/v2/custom/requests/query-status

Check for the status of a checkout request

AUTHORIZATIONOAuth 2.0
Access Token

<access-token>

HEADERS
Content-Type

application/json

Bodyraw
{
	"merchantTransactionID":"DMIlmFrffCfdCvjpDH"
}
Example Request
curl
curl --location 'https://beep2.cellulant.com:9212/checkout/v2/custom/requests/query-status' \
--header 'Content-Type: application/json' \
--data '{
	"merchantTransactionID":"DMIlmFrffCfdCvjpDH"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTacknowledge Payments

https://beep2.cellulant.com:9212/checkout/v2/custom/requests/acknowledge-payments

Acknowledge the payments for the checkout request made

AUTHORIZATIONOAuth 2.0
Access Token

<access-token>

HEADERS
Content-Type

application/json

Bodyraw
{
	"merchantTransactionID":"DMIlmFrffCfdCvjpDH",
	"checkoutRequestID":"dev-test-1548742120",
	"receiptNumber":"receipt-DMIlmFrffCfdCvjpDH" ,
    "statusCode":200,
    "statusDescription":"Accepted payment"
}
Example Request
curl
curl --location 'https://beep2.cellulant.com:9212/checkout/v2/custom/requests/acknowledge-payments' \
--header 'Content-Type: application/json' \
--data '{
	"merchantTransactionID":"DMIlmFrffCfdCvjpDH",
	"checkoutRequestID":"dev-test-1548742120",
	"receiptNumber":"receipt-DMIlmFrffCfdCvjpDH" ,
    "statusCode":200,
    "statusDescription":"Accepted payment"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTInitiate Refund

https://beep2.cellulant.com:9212/checkout/v2/custom/requests/initiate-refunds

Initiate a refund request for a transaction that was accepted.

AUTHORIZATIONOAuth 2.0
Access Token

<access-token>

HEADERS
Content-Type

application/json

Bodyraw
{
"merchantTransactionID":"DMIlmFrffCfdCvjpDH",
	"checkoutRequestID":"249792",
	"refundType":"full" ,
    "refundAmount":"101",
    "narration":"sasa"
}
Example Request
curl
curl --location 'https://beep2.cellulant.com:9212/checkout/v2/custom/requests/initiate-refunds' \
--header 'Content-Type: application/json' \
--data '{
"merchantTransactionID":"DMIlmFrffCfdCvjpDH",
	"checkoutRequestID":"249792",
	"refundType":"full" ,
    "refundAmount":"101",
    "narration":"sasa"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers