Payler API
Search
K

Get Transaction Status

Session status of payment page

Description: When a merchant requests /gapi/v1/payment-page/:session ID/status GAPI, as a result, returns an identifier and attributes of attempt being/was processed.
HTTP-method: GET
Endpoint: /gapi/v1/payment-page/:sessionID/status

Headers:

Attribute
Required
/
Optional
Value
Description
Content-Type
R
application/json
Cache-Control
R
no-cache

Response attributes:

Attribute
Attribute type
Required
/
Optional
Description
Sample
Session.id
string[100]
R
Session identifier
session.payment.state
string[100]
R
Session payment page state
session.payment.method
string[100]
O
Session payment page method
get
/gapi/v1/payment-page/{sessionId}/status
Get Transaction Status

Errors

HTTP response status code: 400
Attribute
errors[x].invalid-params[y].name
Attribute
errors[x].invalid-params[y].reason
Error code
Description
session.id
notFound
4.24
Session with provided identifier is not found