Skip to content
StraventaDocs

Get intent for public checkout

Get intent for public checkout.

GET
/v1/public/payments/intents/{shortcode}

Get intent for public checkout.

Path Parameters

shortcode*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/public/payments/intents/string"
{}
{
  "error": "validation_failed",
  "message": "amount_idr is required",
  "request_id": "req_018f4d9f"
}

Was this page helpful?