Skip to main content

Overview

Mexico PayOut operates exclusively through SPEI (Sistema de Pagos Electrónicos Interbancarios), the interbank real-time settlement network operated by Banco de México. Disbursements are processed asynchronously — the API returns a PENDING status immediately, and the final result (APPROVED or REJECTED) is delivered via webhook. SPEI supports two destination account types:

Quick Reference


Common Request Fields

Both transfer types share the same top-level fields and base customer_data fields. The only difference is in the account-specific fields documented in each section below.

Top-level Fields

Base Customer Data Fields

These fields are required for both account types:

SPEI via CLABE

Use this flow to disburse funds to any Mexican bank account identified by its 18-digit CLABE number.

Additional Fields

The clabe_number must be exactly 18 digits. CLABE uniquely identifies the destination bank branch and account within Mexico’s SPEI network. Incorrect CLABEs will result in rejected transfers.

Request Example


SPEI via Tarjeta Débito

Use this flow to disburse funds directly to a Visa or Mastercard debit card number, without needing a CLABE.

Additional Fields

Only debit cards (Visa or Mastercard) are supported for this transfer type. Credit cards will be rejected.

Request Example


Response Structure

Success Response

Data Object

Transaction Status Flow

Response Example