Skip to main content
GET
/
payments
/
creditCard
/
status
/
{paymentId}
cURL
curl --request GET \
  --url https://apay.caibo.digital/payments/creditCard/status/{paymentId}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

paymentId
string
required

Response

OK