Parameters

order_reference
string
POST/app/v1/payments/payulatam/paymentIntent
curl https://api.tradly.app/app/v1/payments/payulatam/paymentIntent \
  -H "Authorization: Bearer YOUR_PUBLISHABLE_OR_SECRET_KEY" \
  -H "Content-Type: application/json" \
  -X POST \
  -d '{
  "order_reference": "096e3b35-7902-43fe-a11a-c9a47de4f273"
}'
RESPONSE
{
  "status": true,
  "data": {
    "payment_intent": {
      "id": "payu_xxx",
      "status": "pending"
    }
  }
}