When a transaction is created
EVENT transaction_created
Parameters
Field | Type | Description |
---|---|---|
environment | String |
The environment you'll be connecting to, such as |
locationToken | String |
Unique POS Location token provided by Doshii |
Example
Event
{
"type": "transaction_created",
"data": {
"id": "1354",
"orderId": "12345",
"status": "pending",
"posRef": "ABC123",
"app": {
"id": 27,
"name": "Payment App"
},
"uri": "https://sandbox.doshii.co/pos/v3/transactions/1354"
}
}
Comments
0 comments
Please sign in to leave a comment.