This endpoint is used for creating a Pay Request. Your server should create a Pay Request as soon as the total payment amount is known. Once the Pay Request is created, given the terminal is not busy, or offline, the process to pay will be initialised.
Created
When the provided payload is not valid.
When you don't have the right permissions to create a Pay Request for the provided mid.
When the provided mid is not found.
When the terminal is not paired.
{- "mid": "123",
- "tid": "456",
- "origin": {
- "orderId": "0f448ac1-862a-4c7b-bdb4-a3b7cdbf444",
- "transactionId": "0f448ac1-862a-4c7b-bdb4-a3b7cdbf444"
}, - "total": {
- "goodsAndServicesAmount": 1000,
- "cashoutAmount": 500,
- "refundAmount": 0,
- "currency": "AUD"
}
}
{- "id": "0f448ac1-862a-4c7b-bdb4-a3b7cdbf6149",
- "mid": "123",
- "tid": "456",
- "status": "AWAITING_INITIALISATION",
- "origin": {
- "orderId": "0f448ac1-862a-4c7b-bdb4-a3b7cdbf444",
- "transactionId": "0f448ac1-862a-4c7b-bdb4-a3b7cdbf444"
}, - "options": {
- "integratedReceipt": true,
- "receiptWidth": 60
}, - "total": {
- "goodsAndServicesAmount": 1000,
- "cashoutAmount": 500,
- "refundAmount": 0,
- "currency": "AUD"
}
}