Update default Bank account for a Buyer product
Overview
This route will return default bank account for a requested buyer and product
Resource Access
PUT https://<hostname>/buyer/v1/buyer/{id}/bank/default/{product}
Attributes
Fields | Mandatory / Optional |
---|---|
bankAccountId | Mandatory |
Example Request
PUT https://<hostname>/buyer/v1/buyer/{id}/bank/default/ACH
{
"bankAccountId": "76db0f09fba4bf17270dedcd58428c9199078a4946b4a3ba396cbe8f259b7198"
}
Example Response
204 Ok
Updated 3 days ago