Initiate a wire transfer drawdown request to pull funds from a wire-enabled recipient account.
curl --request POST \
--url https://sandbox-api.ingomoney.com/gateway/v12/debit/process--wire \
--header 'Content-Type: application/json' \
--data '
{
"request": "<string>",
"participant_id": "<string>",
"timestamp": "<string>",
"transaction": "<string>",
"account_type": "<string>",
"transaction_amount": "<string>",
"currency_code": "<string>",
"amount": "<string>",
"transaction_wire_additional": "<string>",
"info_for_receiver": "<string>",
"line_1": "<string>",
"line_2": "<string>",
"line_3": "<string>",
"line_4": "<string>",
"participant_unique_ids": "<string>",
"participant_unique_id1": "<string>",
"participant_unique_id2": "<string>",
"customer_account_token": "<string>",
"source_of_funds": "<string>",
"recipient_phone": "<string>",
"ledger": "<string>",
"api_key": "<string>",
"user_id": "<string>",
"entity_type": "<string>",
"entity_id": "<string>",
"response": "<string>",
"status": "<string>",
"message": "<string>",
"duration": "<string>",
"transaction_id": "<string>",
"estimated_posting_time": "<string>",
"estimated_posting_date": "<string>"
}
'{
"status": 100,
"client_message": "Success",
"data": {},
"time": "0.85"
}Documentation Index
Fetch the complete documentation index at: https://developers.ingopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
Wire drawdown (pull) request.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
OPTIONAL
REQUIRED
REQUIRED
OPTIONAL
REQUIRED
REQUIRED
OPTIONAL
OPTIONAL
OPTIONAL
REQUIRED
REQUIRED
OPTIONAL
REQUIRED
REQUIRED
OPTIONAL
CONDITIONAL
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
curl --request POST \
--url https://sandbox-api.ingomoney.com/gateway/v12/debit/process--wire \
--header 'Content-Type: application/json' \
--data '
{
"request": "<string>",
"participant_id": "<string>",
"timestamp": "<string>",
"transaction": "<string>",
"account_type": "<string>",
"transaction_amount": "<string>",
"currency_code": "<string>",
"amount": "<string>",
"transaction_wire_additional": "<string>",
"info_for_receiver": "<string>",
"line_1": "<string>",
"line_2": "<string>",
"line_3": "<string>",
"line_4": "<string>",
"participant_unique_ids": "<string>",
"participant_unique_id1": "<string>",
"participant_unique_id2": "<string>",
"customer_account_token": "<string>",
"source_of_funds": "<string>",
"recipient_phone": "<string>",
"ledger": "<string>",
"api_key": "<string>",
"user_id": "<string>",
"entity_type": "<string>",
"entity_id": "<string>",
"response": "<string>",
"status": "<string>",
"message": "<string>",
"duration": "<string>",
"transaction_id": "<string>",
"estimated_posting_time": "<string>",
"estimated_posting_date": "<string>"
}
'{
"status": 100,
"client_message": "Success",
"data": {},
"time": "0.85"
}