Create a new payer (payers.create) [autoAlias]
POST/api/v1/payers
Creates a new payer. Payers are required to issue charges through APIO platform. A payer is not created if a payer with given email and store already exists.
Request​
Responses​
- 200
- 400
- 401
- 403
- 404
- 408
- 422
- 500
Error in the request.
Not authorized, a valid access api key is required.
Access to the specified resource is forbidden. Seek the required permissions.
Document or entity not found.
The service timed out while processing the request.
Unable to process the request content given the request type.
There was an error.