Expire a payment intent
POST {{baseUrl}}/v1/paymentIntents/:id/expire
Body Params
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"5e1d524b-79f7-420e-8437-c17c84a79c34","amountPaid":{"amount":"0.00","currency":"USD"},"amountRefunded":{"amount":"0.00","currency":"USD"},"settlementCurrency":"USD","paymentMethods":[{"type":"blockchain","chain":"ETH","address":"0x35cEd7A9A8d31D68Ad149049cCDa3a6D832a2EF8"}],"timeline":[{"status":"expired","context":"underpaid","reason":"requested_by_merchant","time":"2024-01-17T21:13:30.301Z"},{"status":"created","time":"2024-01-17T17:59:03.247814127Z"}],"createDate":"2024-01-17T17:59:03.245Z","updateDate":"2024-01-17T21:13:30.301Z","merchantWalletId":"1000594146","amount":{"amount":"3.14","currency":"USD"},"paymentIds":[],"refundIds":[],"expiresOn":"2024-01-17T21:13:30.298Z"}}