Skip to main content

Delete VA

Specification

The Following tabel is spesification for this API :

API NameDelete VA
FunctionThis API is used to delete virtual account (VA) that has been created
Service Code31
MethodPOST
URL/snap/v1.0/transfer-va/delete-va
Acceptapplication/json
Content Typeapplication/json
Related ServiceVirtual Account

Request

The following part will be describe about parameter of request in this API:

Request Parameter

The following table is a list of request parameter in this API:

The following table is Header of Request Parameters :

NoNameTypeLengthRequiredConditionRemarks
1Content-TypeStringVariable, 127 maxMandatory-Content type, value always application/json
2AuthorizationStringVariableMandatory-Contains B2B Bearer JWT Token, you've got it from Access Token B2B
3X-TIMESTAMPStringFixed, 25 maxMandatory-Transaction date time, in format YYYY-MM-DDTHH:mm:ss+07:00. Time must be in GMT+7 (Jakarta time)
4X-PARTNER-IDStringVariable, 36 maxMandatory-ID for partner was generated by Paydia. Unique ID for a partner
5X-EXTERNAL-IDStringVariable, 36 maxMandatory-Unique messaging reference ID generated by merchant. Numeric String. Reference number that should be unique in the same day
6CHANNEL-IDStringVariable, 5 maxMandatory-Device identification on which the API services is currently being accessed by the end user (customer)
7X-SIGNATUREStringVariableMandatory-Signature need to be generated with Symmetric Signature method

Body

The following table is a body of request parameter:

NoNameTypeLengthRequiredConditionRemarks
1partnerServiceIdStringFixed, 8 maxMandatory-Biller/merchant code of the virtual account. Left padding with space
2customerNoStringVariable, 20 maxMandatory-Unique number (up to 20 digits). Combine partnerServiceId and customerNo or virtualAccountNo
3virtualAccountNoStringVariable, 28 maxMandatory-Information of virtual account number which combine partnerServiceId and customerNo

Request Sample

The following script is a request sample of this API:

POST /snap/v1.0/transfer-va/delete-va
X-TIMESTAMP: 2024-10-11T13:33:40+07:00
X-PARTNER-ID: 35d1a1127182a65e4fe0256242a40a6d
X-SIGNATURE: w4LGSK5RddiZ3DQepBtLXQLM8K3lNFJ15MP/hqtbzDBMP4nLPM/C1feXyuXT01tEEubxIQDpNMygefxXFP0fow==
X-EXTERNAL-ID: 1728628603
CHANNEL-ID: 702
Content-Type: application/json
Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJQYXlkaWEiLCJpYXQiOjE3Mjg2MjgwMTAsImV4cCI6MTcyODcxNDQxMCwiZGF0YSI6eyJlbnYiOiJkZXZlbG9wbWVudCJ9fQ.8iufVrkcqA_l2IfP4d9OPaSQb8CU9Dyal-n0e8dDLpg

{
"partnerServiceId": " 359660",
"customerNo": "70627627784739813500",
"virtualAccountNo": " 35966070627627784739813500",
"additionalInfo": {}
}

Response

The following part will be describe about parameter of response in this API:

Response Parameter

The following table is a list of response parameter in this API:

Body

The following table is a body of response parameter:

NoNameTypeLengthRequiredConditionRemarks
1responseCodeStringFixed, 7 maxMandatory-Refer to response code list
2responseMessageStringVariable, 150 maxMandatory-Refer to response code list
3virtualAccountDataJSON ObjectVariableMandatory-Contains virtual account data

Response Sample

The following script is a response sample of this API:

{
"responseCode": "2002700",
"responseMessage": "Successful",
"virtualAccountData": {
"partnerServiceId": " 359660",
"customerNo": "70627627784739813500",
"virtualAccountNo": " 35966070627627784739813500",
"additionalInfo": {}
}
}

Response Code and Message

The following table is the list response code and message of Account Inquiry API:

NoResponse CodeResponse MessageRemarks
12003100SuccessfulSuccess to be processed
24003101Invalid Field FormatInvalid format for certain field
34003102Invalid Mandatory FieldMissing or invalid format on mandatory field
44013100Unauthorized. [reason]General unauthorized error
54013101Invalid Token (B2B)Invalid or Expired Access Token
64043112Invalid Bill/Virtual Account
  • The bill is blocked/ suspended/not found
  • Virtual account is suspend/not found
74093100ConflictCannot use same X-EXTERNAL-ID in same day
84093101Duplicate partnerReferenceNoDuplicate partnerReferenceNo
95003102Backend system failure500 internal server error