Payment rejected (Shopify)

Resolve Rejected Payment This endpoint is used to resolve rejected payments for a specific service. #### Request Body - paymentService (object) - id (string): The ID of the payment service. - authentication (object) - authenticationData (object) - authenticationFlow (string): The flow of the authentication process. - chargebackLiability (string): The liability for chargeback. - dsTransactionId (string): The ID of the transaction. - transStatus (string): The transaction status. - version (string): The version of the transaction. - reason (object) - code (string): The code for the reason of rejection. - message (string): The message describing the reason for rejection. #### 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/rgCDEAqHn0joGSFU31V9m3kVw", "action": { "type": "REDIRECT", "redirectUrl": "https://ecartpay-test.myshopify.com/checkouts/cn/Z2NwLXVzLWNlbnRyYWwxOjAxSkJHMUczMUc3QVEzQVFOTkhETVpHNTNT/processing?completed=true" }, "state": { "code": "REJECTED", "reason": "PROCESSING_ERROR", "merchantMessage": "Error porque..." } } }

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