Skip to main content
POST
/
v1
/
smart-support
/
external
/
payments
Recover abandoned payments
curl --request POST \
  --url https://api-sandbox.y.uno/v1/smart-support/external/payments \
  --header 'Content-Type: application/json' \
  --header 'private-secret-key: <api-key>' \
  --header 'public-api-key: <api-key>' \
  --data '
{
  "checkout_session": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "channel": "SMS",
  "language": "pt-BR"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "channel": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}
Beta Feature. Smart Support (AI Caller) is currently in beta. Availability: Brazil and Mexico (Spanish and Portuguese). Contact your Yuno account manager for pricing and to enable this feature. Automated outbound calls require explicit customer consent under LGPD (Brazil) and LFPDPPP (Mexico) regulations.

Authorizations

public-api-key
string
header
required

Your public API key from the Yuno Dashboard

private-secret-key
string
header
required

Your private secret key (server-side only)

Body

application/json
checkout_session
string<uuid>
required

The abandoned checkout session

channel
enum<string>

Outreach channel

Available options:
PHONE,
SMS,
EMAIL,
WHATSAPP
language
string

Language code

Example:

"pt-BR"

Response

Recovery process initiated

id
string<uuid>
status
enum<string>
Available options:
QUEUED,
IN_PROGRESS,
COMPLETED,
FAILED
channel
string
created_at
string<date-time>