Tokenize an account using open banking account data for use in subsequent Process requests.
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.
Open banking account tokenization request.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
CONDITIONAL
CONDITIONAL
CONDITIONAL
CONDITIONAL
CONDITIONAL
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Open banking tokenization response.
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"
}