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

Unfreeze

POST
https://api.0xcard.org/api/cards/unfreeze

Request

Body Params application/json

Example
{
    "result": "string",
    "data": {
        "message": "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/api/cards/unfreeze' \
--header 'Content-Type: application/json' \
--data-raw '{
    "result": "string",
    "data": {
        "message": "string"
    }
}'

Responses

🟢200Success
application/json
Body

Example
{
    "result": "string",
    "data": {
        "cards": {
            "card_info": {
                "title": "string",
                "img": "string",
                "provider_id": "string",
                "card_number": "string",
                "balance": 0,
                "frozen_balance": 0,
                "status": "string",
                "card_expires": "string",
                "card_cvv": "string",
                "card_PIN": "string"
            }
        }
    }
}
🟠400Bad Request
🟠422Validation Error
Modified at 2024-08-01 13:09:17
Previous
Freeze
Next
Overview
Built with