Cancel a payment.

DELETE /v1/{payment-service}/{payment-product}/{paymentId}

Path parameters

Responses

  • default application/json

    default response

    Hide response attribute Show response attribute object
DELETE /v1/{payment-service}/{payment-product}/{paymentId}
curl \
 -X DELETE https://api.memo.bank/nextgenpsd2/v1/{payment-service}/{payment-product}/{paymentId} \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Signature: $SIGNATURE"
Response examples (default)
{
  "transactionStatus": "ACSC"
}