aid_management_settings_approvals_payout_destinations_post
Initiate an application for a new seller for Dintero Payout with split-payment. The application will contain a link to an URL where the signatory of the seller will need to finish submission of the case contract and sign it. Dintero will perform a KYC, AML and bank ownership check on the seller before the application case_statuswill be updated to ACTIVE. Once the application is approved, the payout destination will be added automatically to the Dintero Payout service.
scopes:
- admin:accounts
- write:accounts
- write:accounts:/management/settings/approvals
For testing purposes it is possible to auto-approve or decline a new seller by adding one of the following values to payout_destination_description:
- "AUTO_APPROVE": Approves the case automatically, the case status will be set to ACTIVE
- "AUTO_DECLINE": Declines the case automatically, the case status will be set to DECLINED
- "AUTO_WAITING_FOR_SIGNATURE": Leaves the signature check for the case, the case status will be set to WAITING_FOR_SIGNATURE
NOTE: This behavior is only available in test mode, i.e. with an aid prefixed with "T".
Path parameters
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",
"individual": {
"address_line": "Sommerkroveien 34",
"address_line_2": "PB 123",
"address_postal_code": "0349",
"address_city": "Oslo",
"address_country": "NO"
},
"bank_accounts": [
{
"bank_account_country_code": "NO",
"bank_account_currency": "NOK",
"payout_currency": "NOK",
"bank_identification_code": "DNBANOKKXXX"
}
]
}Response
Created ApprovalsPayoutDestinationResponse
Example response
{
"created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"individual": {
"address_line": "Sommerkroveien 34",
"address_line_2": "PB 123",
"address_postal_code": "0349",
"address_city": "Oslo",
"address_country": "NO"
},
"bank_accounts": [
{
"bank_account_country_code": "NO",
"bank_account_currency": "NOK",
"payout_currency": "NOK",
"bank_identification_code": "DNBANOKKXXX"
}
]
}