{
"amount": 100000,
"reference": "Initial topup for online testing",
"metadata": {},
"to": "f564d5a9-0ba3-425d-9478-b4155a008812",
"external_id": "string"
}curl --location --request POST '/customers/v1/transactions/manual-credit' \
--header 'Idempotency-Key: {{idempotency-key}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 100000,
"reference": "Initial topup for online testing",
"metadata": {},
"to": "f564d5a9-0ba3-425d-9478-b4155a008812",
"external_id": "string"
}'{
"id": "24c7ff9d-7e19-4f46-b40a-bfe11605e635",
"amount": 1,
"asset": "AUD",
"asset_class": "CURRENCY",
"created_at": "2025-01-14T16:43:34.331Z",
"external_id": "111",
"payment_type": "MANUAL_CREDIT",
"reference": "minim dolore",
"status": "PENDING",
"to": "3dd99bd0-6d82-42e4-b00a-a4963c4c8582",
"type": "MANUAL_CREDIT",
"updated_at": "2025-01-14T16:43:34.334Z",
"metadata": {},
"info": null
}