Create Direct Debit

Use this endpoint to initialize a new direct debit authorization. If no bank account is provided, the system will automatically trigger an activation email flow.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The unique identifier for the customer.

number

The quantity to be charged (e.g., 1500.00).

string

The currency for the debit. Currently, only MXN is supported.

string

A description of the service being provided (e.g., "Monthly Subscription").

boolean

Boolean indicating if the charge repeats (true) or is a one-time (false).

string
enum

Required if is_recurring is true.

Allowed:
billing_cycle
object

Object defining the specific day or month for the charge (e.g., { "day": 15 }).

string

(Optional) Date limit for the recurrence.

string

Initial status, typically created.

billing_account
object
Response
200
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!