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.
| Environment | Method | URL |
|---|---|---|
| Development | GET | https://devo.finnet.co.id/pg/payment/card/customer/delete/{cardToken} |
| Production | GET | https://live.finnet.co.id/pg/payment/card/customer/delete/{cardToken} |
Data Request
| No | Name | Type | Mandatory | Min Length | Max Length | Description |
|---|---|---|---|---|---|---|
| 1 | order | Object | O | 1 | 12 | Detail of Order |
| 2 | customer | Object | O | 1 | 8 | Detail of Customer |
| 3 | url | Object | O | 1 | 4 | Detail of Url |
| 4 | billing | Object | O | 1 | 1 | Detail of Billing |
| 5 | shipping | Object | O | 1 | 4 | Detail of Shipping |
| 6 | meta | Object | O | 1 | 1 | Detail of MetaData |
| 7 | card | Object | O | 1 | 7 | Detail of Card |
| 8 | recurring | Object | O | 1 | 11 | Detail of Recurring |
| 9 | sourceOfFunds | Object | O | 1 | 11 | Detail of SourceOfFunds |
| 10 | device | Object | O | 1 | 7 | Detail of Device |
Sample Request
https://devo.finnet.co.id/pg/payment/card/customer/delete/e5a8d1b0d80de0306413ae49901835e5500b01f0588cb873f690189a79c34335
Data Response
| No | Name | Type | Mandatory | Min Length | Max Length | Description |
|---|---|---|---|---|---|---|
| 1 | responseCode | Enum | M | 1 | 7 | Response Code |
| 2 | responseMessage | String | M | 1 | 500 | Response Message |
| 3 | paymentCode | String | O | 1 | 30 | Payment Code |
| 4 | redirecturl | String | O | 1 | 320 | Redirect URL |
| 5 | expiryLink | String | O | 1 | 19 | Expiry Link |
| 6 | processingTime | Number | M | 1 | 20 | Processing Time |
| 7 | appurl | String | O | 1 | 320 | App URL |
| 8 | imageurl | String | O | 1 | 320 | Image URL |
| 9 | accountList | Array | O | 1 | 4 | Account List |
Sample Response
{
"responseCode": "2000000",
"responseMessage": "Success",
"processingTime": 0.06702303886413574
}