cURL
curl --request GET \ --url https://api.dancity.app/api/external/v1/transactions/{transactionId} \ --header 'Authorization: Bearer <token>'
Return one transaction and its current status by Mongo _id or by tranxId. Use to requery after a purchase or for polling. Typical status values include SUCCESS, FAILED, PROCESSING, PENDING, CANCELLED.
status
_id
tranxId
SUCCESS
FAILED
PROCESSING
PENDING
CANCELLED
Merchant API key from the Dancity dashboard.
Mongo id or external tranxId (same path segment).
OK