- Cancels a payment session
Creates a new payment session
Retrieves payment session details by ID
Cancels a payment session
POST {{baseURL}}/pay-int-api/payment-sessions/{{paymentSessionId}}/cancel
See Also:
To create a payment session, see POST /pay-int-api/payment-sessions.
To retrieve payment session details by ID, see GET /pay-int-api/payment-sessions/{paymentSessionId}.
Security
Bearer
- Mock serverhttps://developer.flute.com/_mock/api-reference/pay-int-api/payment-sessions/{paymentSessionId}/cancel
- Sandbox environmenthttps://sandbox.api.flute.com/pay-int-api/payment-sessions/{paymentSessionId}/cancel
- Production environmenthttps://api.flute.com/pay-int-api/payment-sessions/{paymentSessionId}/cancel
curl -i -X POST \
https://developer.flute.com/_mock/api-reference/pay-int-api/payment-sessions/bac48037-8e9f-4a0b-1c2d-3e4f5a6b7c03/cancel \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-version: 1.0'