Cancel payment

Environments

https://refunds-bifrost.aplazo.net/api

Cancel a loan by cart ID

get

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
cartIdstringRequired

The unique identifier of the cart associated with the loan to be canceled.

Example: abc3210
Responses
202
Loan cancellation request accepted.
get
GET /v1/merchant/loan/cancel?cartId=text HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*

No content

Last updated

Was this helpful?