Skip to main content

Hapus Kartu yang Tersimpan

info

Sebelum melakukan proses ini, pastikan Anda telah melakukan Retrieve Stored Card API untuk mendapatkan token kartu kredit yang digunakan untuk menghapus kartu yang tersimpan.

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
}