Skip to main content
POST
/
api
/
v1
/
webhooks
/
dlocal
dLocal callback
curl --request POST \
  --url https://api.humcli.com/api/v1/webhooks/dlocal \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "PAID",
  "order_id": "<string>",
  "amount": 123
}
'
{
  "received": true
}

Body

application/json
status
enum<string>
required
Available options:
PAID,
COMPLETED
order_id
string
required
amount
number
required

Response

Webhook received

received
boolean
required