Link bank account
/sandbox/v1/linkaccount
By using this API, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service. If you have any questions or concerns, please contact us
curl -L \ --request POST \ --url 'https://api.akibaone.com/sandbox/v1/linkaccount' \ --header 'Content-Type: application/json' \ --data '{ "clientId": "text", "providerId": "text", "providerName": "text", "requestId": "text", "providerAccountId": "text", "userId": "text", "consent": true }'
{ "success": true, "message": "text", "id": "text" }