Orders-Create and process an Order (Server-side confirmation)
Number of APIs: 4
-
Create an order POST {{baseUrl}}/v1/orders
-
Submit an order POST {{baseUrl}}/v1/orders/{{orderId}}/submit
-
Confirm Payment POST {{baseUrl}}/v1/payment_intents/{{paymentIntentId}}/confirm
-
Add Payment Method to underlying Payment Intent POST {{baseUrl}}/v1/payment_intents/{{paymentIntentId}}