Payment update

Listen to this webhook to receive updates on a payment processed trough Deliverect Pay. It can be used to know if a payment was authorized or refused and consequently submit the order.

Definitions

ParameterMeaning
paymentIdThe unique payment ID from Deliverect Pay
statusThe status from the list of value supported for updates.

Available status for courier update

StatusDescription
authorizedPayment was successfully authorized
refusedPayment was refused due to issues with the shopper's payment methods (not enough balance, wrong cvc, etc...)
failedPayment failed to be processed due to a technical issue
pendingPayment is being processed
{
    "paymentId": "651142e93c54c5405****6a3",
    "status": "authorized"
}

Response format

OK
Language