Skip to main content
POST
/
gateway
/
v12
/
debit
/
process--wire
Pull Funds via Wire Drawdown
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.

Under Development — Coming Soon. This endpoint is currently under development and is not yet available for integration. Specifications are subject to change prior to general availability. Contact your Ingo integration manager for availability updates.

Body

application/json

Wire drawdown (pull) request.

request
string

REQUIRED

participant_id
string

REQUIRED

timestamp
string

REQUIRED

transaction
string

REQUIRED

account_type
string

REQUIRED

transaction_amount
string

OPTIONAL

currency_code
string

REQUIRED

amount
string

REQUIRED

transaction_wire_additional
string

OPTIONAL

info_for_receiver
string

REQUIRED

line_1
string

REQUIRED

line_2
string

OPTIONAL

line_3
string

OPTIONAL

line_4
string

OPTIONAL

participant_unique_ids
string

REQUIRED

participant_unique_id1
string

REQUIRED

participant_unique_id2
string

OPTIONAL

customer_account_token
string

REQUIRED

source_of_funds
string

REQUIRED

recipient_phone
string

OPTIONAL

ledger
string

CONDITIONAL

api_key
string

REQUIRED

user_id
string

REQUIRED

entity_type
string

REQUIRED

entity_id
string

REQUIRED

response
string

REQUIRED

status
string

REQUIRED

message
string

REQUIRED

duration
string

REQUIRED

transaction_id
string

REQUIRED

estimated_posting_time
string

REQUIRED

estimated_posting_date
string

REQUIRED

Response

200 - application/json

Wire drawdown response.

Wire drawdown response.

status
integer

Gateway status code. 100 = Success.

Example:

100

client_message
string

Human-readable status message.

Example:

"Success"

data
object

Response data.

time
string

Request processing time in seconds.

Example:

"0.85"