A date, formatted as yyyy-MM-dd , when the records have been created
API requests
/2. Hosted Payment Page AP...
- Retrieve a list of session records based on supplied date
Retrieve a session record according to the session ID
Retrieve a list of sessio...
OpenAPI definition (v0)
Download OpenAPI description
Languages
Servers
Integration environment
https://payment-integration.ratepay.com/
Production environment
https://payment.ratepay.com/
- Integration environment
https://payment-integration.ratepay.com/pps/api/v1/session-record
- Production environment
https://payment.ratepay.com/pps/api/v1/session-record
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://payment-integration.ratepay.com/pps/api/v1/session-record?createdDate=2019-08-24' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
No content- Integration environment
https://payment-integration.ratepay.com/pps/api/v1/session-record/{sessionId}
- Production environment
https://payment.ratepay.com/pps/api/v1/session-record/{sessionId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://payment-integration.ratepay.com/pps/api/v1/session-record/{sessionId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
No content