Cancel payment
Environments
https://refunds-bifrost.aplazo.net/api
Attempts to cancel a loan associated with a given cart. If the loan is in an unacceptable state for cancellation (e.g., already paid), an error response is returned.
Authorizations
Query parameters
cartIdstringRequiredExample:
The unique identifier of the cart associated with the loan to be canceled.
abc3210
Responses
202
Loan cancellation request accepted.
400
Loan is in an unacceptable state for cancellation (e.g., already paid or outstanding).
application/json
get
GET /v1/merchant/loan/cancel?cartId=text HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
No content
Last updated
Was this helpful?