{
"type": "AtmWithdrawal",
"data": {
"id": "string",
"money": {
"amount": "100.12",
"currency_code": "AUD"
},
"original_money": {
"amount": "100.12",
"currency_code": "AUD"
},
"transaction_date": "2024-09-27T14:42:19+10:00",
"ktti": {
"id": "string",
"name": "string",
"is_personal_ktti": true
},
"is_ktti_admin": true,
"is_deposit": true,
"fund_request": {
"id": "fr_123e4567-e89b-12d3-a456-426614174000",
"request_total": {
"amount": "100.12",
"currency_code": "AUD"
},
"users": [
{
"uid": "string",
"uuid": "string",
"first_name": "Piers",
"last_name": "Morgan",
"preferred_name": "Piers M.",
"image_url": "http://example.com/sample.png",
"is_blocked": true,
"can_receive_funds": true,
"is_new_user": true,
"user_status": "Registered",
"can_become_admin": false,
"email": {
"email_address": "string",
"is_email_verified": true
},
"phone": {
"country_iso_3": "AUS",
"country_code_prefix": "+61",
"phone_number": "431234567",
"is_phone_verified": true
}
}
]
},
"address": {
"transaction_address": {
"administrative_region": "string",
"country_code_iso": "string",
"line1": "string",
"post_code": "string",
"town_or_city": "string"
}
},
"card": {
"last_4_digits": "0911",
"owner": {
"uid": "string",
"uuid": "string",
"first_name": "Piers",
"last_name": "Morgan",
"preferred_name": "Piers M.",
"image_url": "http://example.com/sample.png",
"is_blocked": true,
"can_receive_funds": true,
"is_new_user": true,
"user_status": "Registered",
"can_become_admin": false,
"email": {
"email_address": "string",
"is_email_verified": true
},
"phone": {
"country_iso_3": "AUS",
"country_code_prefix": "+61",
"phone_number": "431234567",
"is_phone_verified": true
}
}
}
},
"": {
"type": "fund-request-payment",
"data": {
"requestee_uuid": "string",
"transaction_total": "string",
"transaction_id": "string",
"description": "string",
"requestee_name": "string"
}
}
}