Search...
Log inGet started
Airwallex logo
Home
Core API
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewHow Airwallex Payouts work
Payout network
Use cases
Payers
Create a payerValidate a payerRetrieve payersManage payers
Test and go live
Older API versions

Manage payers

You can perform the following operations on payers after you have created them.

Update a payer

After a payer is created, you can call Update existing payer API to update the saved payer information. Specify the id in the endpoint URL and any parameters you wish to update in your request body. The same schema validation and response body as in Create a new payer API will apply.

Example request

Shell

If you are registered as a platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of header.

Delete a payer

Call Delete existing payer API to delete a payer. Specify the id in the endpoint URL. A successful deletion returns true in the response.

Example request

Shell

If you are registered as a platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of header.

On this page
  • Update a payer
  • Delete a payer