Request SPEI PayoutAsk AIpost https://kandu-merchants-dev.kanduwallet.mx/api/payouts/speiUse this endpoint to request the generation of a SPEI-Out.Body ParamsTransactionIdstringrequiredA transaction Id that uniquely identifies the transaction on the originators side. Must be a UUID.customerReferencestringrequiredThe reference that identifies the end-user on the clients. maxLength: 50 minLength: 0 pattern: ^[a-zA-Z0-9@#$.-_]+$amountnumberrequiredThe amount of the SPEI that will be sent to the recipients CLABE($double). minimum: 0.01currencystringrequiredThe currency for the purchase.minLength: 1 pattern: ^(MXN)$detailsobjectrequireddetails objectHeadersX-Api-KeystringrequiredApi Key provided to you in the onboarding processX-TimestampstringrequiredTimestamp for the request in epochX-NoncestringrequiredUnique Identifier for the RequestX-SignaturestringrequiredHMAC-256 signature for the messageResponses 200SPEI-Out order created successfully 400Invalid request data 401Unauthorized access 406Not Acceptable 409Business rule violation or configuration error 500Internal Server ErrorUpdated 2 months ago