Reference
/- Add or update vendor payment method
Get business budgets for bill assignment
Get a single budget (with its wallet) for bill assignment
Add or update vendor paym...
Security
oauth2ClientCredentials(Required scopes: bills:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/bills/vendors/{vendorId}/payment-method
- Productionhttps://api.boyahq.com/v2/bills/vendors/{vendorId}/payment-method
- Sandboxhttps://sandbox.api.boyahq.com/v2/bills/vendors/{vendorId}/payment-method
curl -i -X POST \
'https://developer.boyahq.com/_mock/v2/openapi/bills/vendors/{vendorId}/payment-method' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'business_id: string' \
-H 'org_wallet_ref: string' \
-d '{
"channel": "bank",
"bank_code": "01",
"bankCode": "01",
"bank": "Equity Bank",
"account_number": "1234567890",
"accno": "1234567890",
"phone": 712345678,
"till": "123456",
"till_no": "123456",
"business_no": "247247",
"is_default": true
}'