cURL
curl --request POST \ --url 'https://sandbox.rollfi.xyz/adminPortal#addCompanyBankAccount' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "method": "addCompanyBankAccount", "companyFundingSourceEntity": { "companyId": "8A9B7683-8E02-494D-8422-963FD05EE785", "accountNumber": "9889890989", "routingNumber": "221982389", "bankName": "Chase Bank", "accountType": "savings", "accountName": "default" } }'
{ "companyFundingSourceEntity": { "status": "pending", "message": "The Company's bank account has been added successfully." } }
This API is used to add the Company Bank Account Details
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object