Get Session Details
Endpoints
Get Session Details
This endpoint gets the session details from the given id
GET
Get Session Details
Query Params
string
The Session ID for the payment session you would like to query.
Response
string
Unique identifier for the payment session.
JSON or null
Metadata passed as JSON object. Will not be shown if no metadata was passed in the new payment session endpoint.
number
The order amount for this payment session.
string
Payment status of the session.
open indicates payment is still not processed. complete indicates payment is completed. refunded indicates payment was refunded.string
Firstname of the customer.
string
Lastname of the customer.
string
Email of the customer.
number
The total fee charged by the platform.
number
The percentage used to calculate the cash points for the customer.
number
The amount of cash points the customer earned.
number
The final amount the merchant received.
boolean
Indicates whether this payment session processed a real transaction (
true) or a test transaction (false)