For the complete documentation index, see llms.txt. This page is also available as Markdown.

EMS Provider Search

Search from EMS

EMS Provider Search

post

Search for an EMS enabled merchant's transaction details.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
txShieldOICartReferencestringOptional

TxShield OI Reference number

Example: 53b09896-cf5b-405b-88e8-2a0f66c41e04
sourcestringOptional

Source of the transaction.

Example: EMS
cardBinstring · max: 8Optional

The first 6-8 digits card number.

Example: 412345
cardLast4string · max: 4Optional

The last 4 digits card number.

Example: 5678
transactionDatestring · max: 20Optional

Transaction Date formatted in ISO 8601 20 charactor long without milliseconds (Example = YYYY-MM-DDThh:mm:ssZ)

Example: 2024-06-05T00:00:00Z
Responses
200

Response

application/json
post
/api/v2/provider/ems/getTransactionDetails

Last updated