Create an Automatic Pix Charge
POSTTag: api-baas-create-pix-automatic-chargeDescription: Creates an automatic pix charge./v1/pix/scheduled-payments/automatic-charges
Request
Header Parameters
Sender Wallet UUID (if empty, your default Wallet UUID will be settled)
The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.
Possible values: [pt-BR, en-US]
Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.
The product ID is a UUID (v4) used to identify the Z.ro product configuration.
The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.
- application/json
Body
required
Value.
Due date
Pix Automatic Recurrence ID
Responses
- 200
- 400
Charge successfully created.
- application/json
- Schema
- Example (from schema)
Schema
Charge ID.
Possible values: [PENDING_WAITING, PENDING_CONFIRMED, CREATED, CREATED_FAILED, PAID, NOT_PAID, WAITING_CANCELLATION, CANCELED, CANCELED_FAILED]
Charge status
{
"id": "d1952c4b-9348-41ab-99a3-05b11459aded",
"status": "PENDING_WAITING"
}
If any required params are missing or has invalid format or type.