0xCard Documentation
  1. Demo 📝
0xCard Documentation
  • Overview 📃
  • Updates log ⚙️
  • Client API 🖥
    • Users 👤
      • Create
      • Get
    • Cards 💳
      • Layouts List
      • New
      • Details
      • Top Up
      • List
      • Transactions
      • Statement
      • Block
      • Freeze
      • Unfreeze
  • Merchant API (CLOSED)
  • Webhook 📥
    • Overview
    • Descriptions & Typing
    • Demo 📝
      • Brief description
      • Payment
        POST
      • Verification Code
        POST
      • Change Card Status
        POST
      • Recharge Card
        POST
      • Card Block
        POST
  • Components 🗂
  1. Demo 📝

Verification Code

Testing
POST
https://api.0xcard.org/demo/webhook/code

Request

Body Params application/json

Example
{
    "card_id": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.0xcard.org/demo/webhook/code' \
--header 'Content-Type: application/json' \
--data-raw '{
    "card_id": "string"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "result": "string",
    "reason": "string"
}
🟠400Bad Request
Modified at 2024-08-07 15:41:08
Previous
Payment
Next
Change Card Status
Built with