Request the SMS sending

Once the subscription has been created in the system, a SMS has to be sent to the shopper, to confirm the data and run the checkout process.

To trigger the SMS to the shopper to proceed with the checkout process, the API offers a POST request

Endpoint: /api/public/v1/subscriptions/:subscription_id/send_sms

Method: POST

Payload

{}

Response

{
    "message": "SMS enviado exitosamente"
}