{
"amount": 1,
"reference": "",
"metadata": {},
"from": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}curl --location --request POST '/customers/v1/transactions/manual-debit' \
--header 'Idempotency-Key: {{idempotency-key}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1,
"reference": "",
"metadata": {},
"from": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}'{
"id": "7cf8a88a-50d5-4410-b5bf-18ad6f2eefe3",
"amount": 1,
"asset": "AUD",
"asset_class": "CURRENCY",
"created_at": "2025-01-14T16:45:26.030Z",
"external_id": "111",
"from": "57bba250-8e7d-442a-9640-8a67e689e597",
"payment_type": "MANUAL_DEBIT",
"reference": "elit eiusmod deserunt cillum sed",
"status": "ACCEPTED",
"type": "MANUAL_DEBIT",
"updated_at": "2025-01-14T16:45:26.032Z",
"metadata": {},
"info": {}
}