Delete Customer Card Payment Source By Merchant

Remove a card payment source/method from the Limepay customer

SecurityLimepay-SecretKey
Request
path Parameters
merchantId
required
string
customerId
required
string
cardPaymentSourceId
required
string
Responses
200
400
401
403
404
405
406
409
422
429
500
503
delete/merchants/{merchantId}/payments/sources/card/{customerId}/{cardPaymentSourceId}
Request samples
Response samples
application/json
{
  • "cardPaymentSourceId": "psrc_ZqCNYhMSwU7yXmCf",
  • "customerId": "cust_ZqCNYhMSwU7yXmCa",
  • "customerDelegateUserId": "custd_ZqCNZRMSwU7yXmC1",
  • "brand": "",
  • "funding": "credit",
  • "last4": "string",
  • "cardBin": "string",
  • "expMonth": 0,
  • "expYear": 0,
  • "country": "string",
  • "isDeleted": true,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z"
}
Copyright © April Solutions 2023. All right reserved.