User Portal
AddUserBankAccount
POST
/
userPortal#addUserBankAccount
Authorization
Body
curl --request POST \
--url 'https://sandbox.rollfi.xyz/userPortal#addUserBankAccount' \
--header 'Content-Type: application/json' \
--data '{
"method": "addUserBankAccount",
"userPayAccountEntity": {
"companyId": "8A9B7683-8E02-494D-8422-963FD05EE785",
"userId": "e066e305-3816-4b06-8576-50d2502be436",
"accountNumber": "9889890989",
"routingNumber": "122238242",
"bankName": "Chase Bank",
"accountType": "Savings",
"accountName": "default",
"payPercentage": 50.98
}
}'
{
"1": {
"summary": "Success",
"value": {
"userPayAccountEntity": {
"userPayAccountEntityId": "8BE7466C-37B5-4437-8FEE-7D0B582784BD",
"status": "Ready",
"message": "The User PayAccount Entity has been added successfully."
}
}
}
}
Body
application/json
method
string
requireduserPayAccountEntity
object
requiredResponse
200 - application/json
userPayAccountEntity
object
requiredcurl --request POST \
--url 'https://sandbox.rollfi.xyz/userPortal#addUserBankAccount' \
--header 'Content-Type: application/json' \
--data '{
"method": "addUserBankAccount",
"userPayAccountEntity": {
"companyId": "8A9B7683-8E02-494D-8422-963FD05EE785",
"userId": "e066e305-3816-4b06-8576-50d2502be436",
"accountNumber": "9889890989",
"routingNumber": "122238242",
"bankName": "Chase Bank",
"accountType": "Savings",
"accountName": "default",
"payPercentage": 50.98
}
}'
{
"1": {
"summary": "Success",
"value": {
"userPayAccountEntity": {
"userPayAccountEntityId": "8BE7466C-37B5-4437-8FEE-7D0B582784BD",
"status": "Ready",
"message": "The User PayAccount Entity has been added successfully."
}
}
}
}