Skip to main content
POST
/
gateway
/
verify--open-banking
Tokenize via Open Banking
curl --request POST \
  --url https://sandbox-api.ingomoney.com/gateway/verify--open-banking \
  --header 'Content-Type: application/json' \
  --data '
{
  "request": "<string>",
  "participant_id": "<string>",
  "timestamp": "<string>",
  "open_banking_request": "<string>",
  "open_banking_provider": "<string>",
  "requested_data": "<string>",
  "from_date": "<string>",
  "to_date": "<string>",
  "customer_account_token": "<string>",
  "account_identifier": "<string>",
  "account_identifier_finicity": "<string>",
  "customer_id": "<string>",
  "account_id": "<string>",
  "response": "<string>",
  "status": "<string>",
  "message": "<string>",
  "duration": "<string>",
  "open_banking": "<string>",
  "open_banking_response": "<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

Open banking account tokenization request.

request
string

REQUIRED

participant_id
string

REQUIRED

timestamp
string

REQUIRED

open_banking_request
string

REQUIRED

open_banking_provider
string

REQUIRED

requested_data
string

REQUIRED

from_date
string

CONDITIONAL

to_date
string

CONDITIONAL

customer_account_token
string

CONDITIONAL

account_identifier
string

CONDITIONAL

account_identifier_finicity
string

CONDITIONAL

customer_id
string

REQUIRED

account_id
string

REQUIRED

response
string

REQUIRED

status
string

REQUIRED

message
string

REQUIRED

duration
string

REQUIRED

open_banking
string

REQUIRED

open_banking_response
string

REQUIRED

Response

200 - application/json

Open banking tokenization response.

Open banking tokenization 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"