The identifier of the interaction with the user within the scope of the Hosted Payment Page
OpenAPI definition (v0)
Download OpenAPI description
Languages
Servers
Integration environment
https://payment-integration.ratepay.com/
Production environment
https://payment.ratepay.com/
Bodyapplication/jsonrequired
Enum"CREATED""IN_PROGRESS""COMPLETED""ERROR""EXPIRED""CANCELED""FRAUD_CANCELLATION_REQUESTED""OTP_PENDING"
- Integration environment
https://payment-integration.ratepay.com/webhook-url
- Production environment
https://payment.ratepay.com/webhook-url
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://payment-integration.ratepay.com/webhook-url \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"session_id": "string",
"transaction_id": "string",
"partner_transaction_id": "string",
"shop_buyer_id": "string",
"session_status": "CREATED",
"decline_reasons": {
"category": "string",
"reasons": [
"string"
]
},
"created_date": "string",
"updated_date": "string"
}'