Payment pending (Shopify)

Resolve Pending Payment This endpoint allows you to resolve a pending payment by providing the necessary details. #### Request Body - paymentService (object) - id (string): The ID of the payment session. - pendingExpiresAt (string): The expiration date and time for the pending payment. - reason (string): The reason for the pending status (e.g. "NETWORK_ACTION_REQUIRED"). #### Response The last execution of this request returned a status code of 200 and the following response body: json { "success": true, "paymentService": { "id": "gid://shopify/PaymentSession/rBtsUjS174Sd7jnOWpEvhsxzS", "action": { "type": "REDIRECT", "redirectUrl": "https://ecartpay-test.myshopify.com/checkouts/cn/Z2NwLXVzLWNlbnRyYWwxOjAxSkJXU1QwWkhNQzZOOVJOOVIwU0pNOTI1/processing?completed=true" }, "state": { "code": "PENDING", "reason": "NETWORK_ACTION_REQUIRED" } } }

Language
Credentials
Header
Click Try It! to start a request and see the response here!