Skip to main content
GET
/
payment-requests
/
handle
/
{id}
/
{paymentMethod}
cURL
curl --request GET \
  --url https://apay.caibo.digital/payment-requests/handle/{id}/{paymentMethod}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

id
integer<int64>
required
paymentMethod
enum<integer>
required
Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
13,
14,
15,
16,
17,
18,
19,
20

Response

OK