Delete Payment Option
This API method enables you to delete a specific payment option stored under a particular account.
Example
Request
Path:
{Base URL}/accounts/{customerAccountId}/paymentOptions/{storedPaymentOptionReference}
Header:
Content-Type: application/json
Accept-Language: en-US
Response
Status Code:
200 (OK)
Header:
Content-Type: application/json
Accept-Language: en-US
{
"status": "OK"
}