Marks an account status as Invalid.
Header | Data Type | Valid Values | Required | Description |
---|---|---|---|---|
Content-Type | string | application/json | YES | The format your data will be sent to our site. |
X-DevKey | string | string | YES | The devkey assigned to the developer. |
X-AccessToken | string | string | YES | The token acquired from a POST to Users/AccessToken. |
NOTE: Variables to place in the body of the request.
Parameter | Data Type | Valid Values | Description |
---|---|---|---|
SellerID | int | int | The Seller ID of the Bank Account holder |
MaskedAccountNumber | string | Masked number | The bank account's account number, masked with X's |
MaskedRoutingNumber | string | Masked number | The bank account's routing number, masked with X's |
If the seller id is not valid or the account is not found, you will receive a 404 NotFound
and a message indicating the reason.
If there are no errors with the input parameters, this call will respond with a 200 OK
and the bank account will be marked as invalid.