Skip to main content

Delete Stored Card

info

Before doing this process, make sure you have done the Retrieve Stored Card API to get the credit card token used to delete the stored card.

Data Request

NoNameTypeMandatoryMin LengthMax LengthDescription
1 orderObjectO112Detail of Order
2 customerObjectO18Detail of Customer
3 urlObjectO14Detail of Url
4 billingObjectO11Detail of Billing
5 shippingObjectO14Detail of Shipping
6 metaObjectO11Detail of MetaData
7 cardObjectO17Detail of Card
8 recurringObjectO111Detail of Recurring
9 sourceOfFundsObjectO111Detail of SourceOfFunds
10 deviceObjectO17Detail of Device

Sample Request

https://devo.finnet.co.id/pg/payment/card/customer/delete/e5a8d1b0d80de0306413ae49901835e5500b01f0588cb873f690189a79c34335

Data Response

NoNameTypeMandatoryMin LengthMax LengthDescription
1 responseCodeEnumM17Response Code
2 responseMessageStringM1500Response Message
3 paymentCodeStringO130Payment Code
4 redirecturlStringO1320Redirect URL
5 expiryLinkStringO119Expiry Link
6 processingTimeNumberM120Processing Time
7 appurlStringO1320App URL
8 imageurlStringO1320Image URL
9 accountListArrayO14Account List

Sample Response

{
"responseCode": "2000000",
"responseMessage": "Success",
"processingTime": 0.06702303886413574
}