Test interface (Confirm Payment Intent)
POST {{bookingBaseUri}}/test-interface/actions
Request Body
{"@context"=>["https://openactive.io/", "https://openactive.io/test-interface", "https://openactive.io/stripe-extension"], "@type"=>"stripe:ConfirmPaymentIntentSimulateAction", "object"=>{"@type"=>"stripe:PaymentIntent", "identifier"=>"{{paymentIntentIdentifier}}", "referencesOrder"=>{"@type"=>"Order", "seller"=>"{{sellerId}}"}}, "stripe:paymentMethod"=>"pm_card_visa"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |