curl https://production.methodfi.com/accounts/acc_GAzrD99cUqGEN/payment_instruments/pmt_inst_cLbaArHhfDBDf \
-X DELETE \
-H "Method-Version: 2026-03-30" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"success": true,
"data": {
"id": "pmt_inst_cLbaArHhfDBDf",
"account_id": "acc_GAzrD99cUqGEN",
"type": "inbound_achwire_payment",
"card": null,
"network_token": null,
"inbound_achwire_payment": {
"account_number": "2517228863",
"routing_number": "026015244",
"reversal_account": "acc_BcRdHNjb9TYKY"
},
"chargeable": false,
"status": "closed",
"error": null,
"created_at": "2025-12-11T00:12:58.639Z",
"updated_at": "2026-01-15T00:12:58.639Z"
},
"message": null
}
Payment Instruments
Delete Payment Instrument
DELETE
/
accounts
/
{acc_id}
/
payment_instruments
/
{pmt_inst_id}
curl https://production.methodfi.com/accounts/acc_GAzrD99cUqGEN/payment_instruments/pmt_inst_cLbaArHhfDBDf \
-X DELETE \
-H "Method-Version: 2026-03-30" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"success": true,
"data": {
"id": "pmt_inst_cLbaArHhfDBDf",
"account_id": "acc_GAzrD99cUqGEN",
"type": "inbound_achwire_payment",
"card": null,
"network_token": null,
"inbound_achwire_payment": {
"account_number": "2517228863",
"routing_number": "026015244",
"reversal_account": "acc_BcRdHNjb9TYKY"
},
"chargeable": false,
"status": "closed",
"error": null,
"created_at": "2025-12-11T00:12:58.639Z",
"updated_at": "2026-01-15T00:12:58.639Z"
},
"message": null
}
Closes a PaymentInstrument that is no longer needed, for example after a refinance completes or when a funding relationship ends. Supported only for PaymentInstruments of type
inbound_achwire_payment.
Closing a PaymentInstrument updates its status to closed and sets chargeable to false.
Operation Type:
Path Parameters
Returns
Returns the closed PaymentInstrument object.curl https://production.methodfi.com/accounts/acc_GAzrD99cUqGEN/payment_instruments/pmt_inst_cLbaArHhfDBDf \
-X DELETE \
-H "Method-Version: 2026-03-30" \
-H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
"success": true,
"data": {
"id": "pmt_inst_cLbaArHhfDBDf",
"account_id": "acc_GAzrD99cUqGEN",
"type": "inbound_achwire_payment",
"card": null,
"network_token": null,
"inbound_achwire_payment": {
"account_number": "2517228863",
"routing_number": "026015244",
"reversal_account": "acc_BcRdHNjb9TYKY"
},
"chargeable": false,
"status": "closed",
"error": null,
"created_at": "2025-12-11T00:12:58.639Z",
"updated_at": "2026-01-15T00:12:58.639Z"
},
"message": null
}