CompanyPayment MethodDelete Existing Payment Source

API Description

  • Delete existing payment source

API Endpoint

DELETE
/api/v1/company/payment-source/{payment_source_id}

Path Parameters

NameDataTypeValue
payment_source_id
StringOD1SPC03tfx1UCd3iOZC1712482456398

Responses

🟢 Success
{
	"success": true,
	"message": "Payment source has been successfully deleted.",
	"data": {},
	"meta": {},
	"errors": []
}