v1
latestOpenAPI 3.0.02026-07-14866188.2 KBPayouts
Payout SPEI (Mexican bank transfer).
post/v0.2.4/payouts/spei
Request body
Example request
{
"subAccount": "1234567",
"debitCurrency": "MXN",
"speis": [
{
"clabe": "646180110400000007",
"phoneNum": "5512345678",
"debitCard": "4152313541561234",
"beneficiary": "Juan Pérez",
"amount": 50,
"institutionCode": "40012",
"narration": "Monthly Payment",
"collectionPaymentIssueID": "1209992222"
}
]
}Response
Success.
Example response
{
"status": "success",
"message": "Payout completed successfully",
"data": {
"paymentLink": "http://localhost:4000/pay/?issueID=63576330-b5f6-4279-9324-80633ce14710_11_1726571303087",
"error": "none"
}
}