v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Payouts

Delete a payee bank account

Deletes a specific payee bank account by its ID under the given payee.

delete/open-api/v3/payee/{id}

Path parameters

idstring required

Unique ID generated for the payee entity.

Request body

accountIdstring required

The UUID of the account.

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter",
  "data": {
    "userName": "JohnSmith",
    "payeeAddress": {
      "addressLine1": "123 Main St",
      "addressLine2": "Apt 4B",
      "city": "New York",
      "country": "US",
      "postalCode": "10001"
    }
  }
}