PSP

PSP API – Check Transaction Status and Initiate Onramp Requests

get-psp-status-by-cid

Checks the status of an onramp transaction using the transaction ID (cid).

SecurityAuthorization
Request
path Parameters
cid
required
string

The transaction ID used to track the PSP request.
This ID is usually provided in the widget URL as transactionID,
and refers to the internal transaction ID in Crymbo's system.

Example: 1234
Responses
200

Status successfully retrieved.

404

Transaction not found.

get/v3/psp/onramp/cid/{cid}
Response samples
application/json
{
  • "status": "PENDING_PAYMENT"
}