Skip to main content

Get authorization notification

When your card balance is exhausted, you can call the card top-up API to recharge your vcc card.

Get authorization notification

Once you fill in the notify_url in our developer center, after the user completes the payment, our system will prompt you with information about the user's completed payment.

How to verify our notify message Webhook Verify Reference

  • Example Webhook
{
"notify_type": "payment_authorization",
"data": {
"response_code": "00",
"order_id": "VCT398198928893213",
"card_id": "VC95391650019020000",
"message_type_indicator": "0110",
"authorization_code": "906722",
"transaction_amount": "100.00",
"transaction_currency": "CNY",
"settlement_amount": "14.08",
"settlement_currency": "USD",
"merchant": {
"city": "beijing",
"name": "ALIPAY",
"region": "CHN",
"merchant_id": "01424C9967",
"category_code": "5331"
},
"transaction_time": "2023-08-31T04:44:05.928696203+08:00"
}
}
  • Explain of response_code
response_codeDetails
00Approved or completed successfully
01Refer to card issuer
03Invalid merchant
04Capture card
05Do not honor
08Honor with ID
10Partial Approval
12Invalid transaction
13Invalid amount
14Invalid card number
15Invalid issuer
30Format error
41Lost card
43Stolen card
51Insufficient funds/over credit limit
54Expired card
55Invalid PIN
57Transaction not permitted to issuer/cardholder
58Transaction not permitted to acquirer/terminal
61Exceeds withdrawal amount limit
62Restricted card
63Security violation
65Exceeds withdrawal count limit
70Contact Card Issuer
71PIN Not Changed
75Allowable number of PIN tries exceeded
76Invalid/nonexistent “To Account” specified
77Invalid/nonexistent “From Account” specified
78Invalid/nonexistent account specified (general)
79Life cycle (Mastercard use only)
80System not available
81Domestic Debit Transaction Not Allowed (Regional use only)
82Policy (Mastercard use only)
83Fraud/Security (Mastercard use only)
84Invalid Authorization Life Cycle
85Not declined
86PIN Validation not possible
87Purchase Amount Only, No Cash Back Allowed
88Cryptographic failure
89Unacceptable PIN—Transaction Declined—Retry
90Cutoff is in progress
91Authorization System or issuer system inoperative
92Unable to route transaction
94Duplication transaction detected
96System error
1ZAuthorization System or issuer system inoperative
  • Explain of message_type_indicator
message_type_indicatorDetails
0110Authorization Response (Typically indicates a payment authorization response)
0400Reversal (Used to reverse a previous transaction, not to refund)