Back to All

About OXXO Pay Recurrente

Hello, can the generated reference be customized? What is the default validity period of a reference?

curl --request POST
--url https://api.conekta.io/customers
--header 'accept: application/vnd.conekta-v2.0.0+json'
-u key_eYvWV7gSDkNYXsmr:
--header 'content-type: application/json'
--data '{
"name": "Fulanito",
"email": "[email protected]",
"phone": "+5218181818181",
"payment_sources": [{
"type": "oxxo_recurrent"
}]
}'