Approve or deny a purchase session
POST /v2/session/:sessionid/decision/purchase
This method can be used for a last minute validation of the order. If needed, request this functionality from your Briqpay representative
Path Parameters
- sessionid string required
Session to be decided on
- application/json
Request Body
- decision string
Possible values: [
allow
,reject
]
Responses
- 200
- 404
Successfully responsed with decision
Session not found
Loading...