approvals
aid_management_settings_approvals_payment_post
Initiate an application for using Dintero payments . The application will contain a link to an URL where the signatory of the account will need to finish submission of the case contract and sign it. Dintero will perform a KYC, AML and bank ownership check before the application case_statuswill be updated to ACTIVE. Once the application is approved we will set up your account for using Dintero payments. Note that not all payment methods are available in all countries, and that for some payments methods some processing time must be expected before you can start accepting payments.
scopes:
- admin:accounts
- write:accounts
- write:accounts:/management/settings/approvals
post/accounts/{aid}/management/settings/approvals/payments
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
Request body
Example request
{
"created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"bank_accounts": [
{
"bank_account_country_code": "NO",
"bank_account_currency": "NOK",
"payout_currency": "NOK",
"bank_identification_code": "DNBANOKKXXX"
}
]
}Response
Created ApprovalsPaymentResponse
Example response
{
"created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"bank_accounts": [
{
"bank_account_country_code": "NO",
"bank_account_currency": "NOK",
"payout_currency": "NOK",
"bank_identification_code": "DNBANOKKXXX"
}
]
}