🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
{
"transactions": [
{
"id": 0,
"order_ref": "string",
"amount": 0,
"net": 0,
"fee": 0,
"datman_fee": 0,
"psp_reference": "string",
"transaction_time": "string",
"refund_reason_id": 0,
"reason": "string",
"currency_code": "string",
"status_id": 0,
"status": "string",
"merchant_id": 0,
"internal_reference": "string",
"shopper_id": "string",
"last4Digits": "string",
"transaction_mode_id": 0,
"payment_method": "string"
}
],
"refunds": [
{
"amount": 0,
"net": 0,
"fee": 0,
"psp_reference": "string",
"transaction_time": "string",
"reason": "string"
}
],
"shopper": {
"first_name": "string",
"last_name": "string",
"email": "string",
"address": "string"
},
"splits": [
{
"amount": 0,
"amount_refunded": 0,
"commission_type": "string"
}
],
"timezone": "Europe/London"
}