money-from-bracketQuery Collection Status

This endpoint retrieves the details of a specific Collection using the transaction_id.

POST / collectionrefNumStatus

The request should include the transaction_id in the raw request body.

Headers

Name
Value

Content-Type

application/json

Token

<token>

Body

Name
Type
Description

transaction_id

string

YP Transaction Code of the transaction to be viewed.

reference

string

A reference unique to your system

Response

{        
    "transaction_id": "106cf69d717b3c9188a5",
    "reference": "CollectionTest1"
}

Last updated