1. Crypto Checkout
VA-POBO-V2
  • API
    • Webhook
    • Idempotent Requests
    • Crypto Payment
      • Crypto Checkout
        • Create Crypto Checkout
          POST
        • Create Crypto Checkout Link
          POST
        • Crypto Checkout Wallet Connection
          POST
        • Generate POS Payment Request
          POST
        • Close Crypto Checkout
          POST
        • Get Convertible Cryptos
          GET
        • Get Crypto Checkout
          GET
        • Get Crypto Checkout Link
          GET
        • Get Crypto Checkout Currencies
          GET
        • Crypto Checkout Webhook
      • Crypto Deposit
        • Update Crypto Deposit Travel Rule Info
        • Add TravelRule Info
        • Get Crypto Deposit Wallet
        • Get Crypto Deposit Wallet 1231
        • Get Crypto Deposit
        • Get Crypto Deposit History
        • Get Crypto Deposit History 1230
        • Crypto Deposit Webhook
      • Crypto Withdrawal
        • Create Crypto Withdrawal
        • Register Wallet Address
        • Remove Wallet Address
        • Get Crypto Withdrawal
        • Get Crypto Withdrawal History
        • Get Wallet Address
        • Crypto Withdrawal Webhook
        • Get Crypto Withdrawal History 0122
      • Crypto Collection
        • Buyer Management
          • Create Buyer
          • Get Buyer
          • Update Buyer
          • Buyer Status Webhook
        • Create Collection Wallet
        • Update Collection Wallet
        • Update Co-KYT status
        • Get Collection Wallet
        • Get Collection Wallet 0115
        • Get Crypto Collection
        • Crypto Collection Webhook
        • Crypto Collection Wallet Webhook
      • Crypto Refund
        • Create Crypto Refund
        • Confirm Crypto Refund
        • Confirm Crypto Refund 1229
        • Get Crypto Refund
        • Crypto Refund Webhook
      • currency & blockchain
        • Get Supported Blockchains
    • Fiat Payment(V2)
      • Bank Acount Management(V2)
        • Get Fiat Account Capabilities
        • Create Fiat Account Request
        • Submit Additional Information for Fiat Account Request
        • Create Fiat Account Application
        • onboarding+va
        • Get Fiat Account Application Status
        • Get Deposit Bank Account
        • Add Bank Account
        • Get Bank Accounts
        • Fiat Account Request Status Webhook
        • Get Fiat Account Capabilities(new)
        • Create Fiat Account Request(new)
        • Submit Additional Information for Fiat Account Request(new)
      • Withdrawal(V2)
        • Get Fiat Payout Capabilities
        • Get Fiat Withdrawal History
        • Create Fiat Withdrawal
        • Create Fiat Withdrawal(new)
        • Get Fiat Withdrawal Detail
        • pobo
        • Fiat Withdrawal Webhook
        • Get List of Currencies that Supports Same-Name Withdrawal
        • Fiat Payout Onboarding Status Webhook
        • Get Fiat Payout Capabilities(new)
        • Onboard Fiat Payout Capability
        • Onboard Fiat Payout Capability(new)
        • Submit Additional Information for Fiat Withdrawal Request
        • Submit Additional Information for Fiat Withdrawal Request(new)
        • Submit Additional Information for Fiat Payout Capability Onboarding
        • Submit Additional Information for Fiat Payout Capability Onboarding(new)
      • Deposit
        • Get Fiat Deposit Detail
        • Get Fiat Deposit History
        • Fiat Deposit Webhook
    • Authentication
      • Get Token
    • Account Management
      • Internal Transfer
      • Get Statement
      • Get Balance
      • Get Balance 0119
      • Get Internal Transfer
    • Merchant Management
      • Create Merchant
      • Create Merchant 260104
      • Update Merchant
      • Get Merchant
      • Merchant Status Webhook
      • Create Merchant Copy
    • Conversion
      • Create Quotation
      • Create Conversion
      • Get Quotation
      • Get Conversion
      • Get Conversion History
      • Conversion Webhook
    • Settlement
      • Get Settlement Statement
      • Settlement Status Webhook
    • Tool
      • Upload File Copy
      • getTnC
      • Upload File
  1. Crypto Checkout

Crypto Checkout Webhook

Developing
Webhook
POST

Request

Authorization
Body Params application/json

Example
{
    "eventType": "string",
    "notificationId": "string",
    "data": {
        "cryptoCheckout": {
            "cryptoCheckoutId": "string",
            "participantCode": "string",
            "amountToPay": 0,
            "currencyToPay": "string",
            "clientReference": "string",
            "paymentPurpose": {
                "subject": "string",
                "description": "string",
                "supportingDocuments": "string"
            },
            "buyerInfo": {
                "fullLegalName": "string",
                "identityType": 1,
                "identityNumber": "string",
                "dateOfBirth": "2019-08-24",
                "placeOfBirth": "string",
                "residentialAddress": {
                    "country": "string",
                    "state": "string",
                    "city": "string",
                    "postcode": "string",
                    "addressLine1": "string",
                    "addressLine2": "string"
                }
            },
            "checkoutWallets": {
                "walletKey": "string",
                "addressList": [
                    {
                        "blockchain": "string",
                        "address": "string",
                        "acceptableCurrencies": [
                            "string"
                        ]
                    }
                ]
            },
            "status": 1,
            "expiry": 0,
            "walletKyt": {
                "kytResult": 1,
                "kytDetails": "string",
                "transactionHash": "string",
                "walletAddress": "string"
            },
            "receivedPayments": [
                {
                    "blockchain": "string",
                    "sourceWalletAddress": "string",
                    "paidCurrency": "string",
                    "paidAmount": "string",
                    "txnHash": "string",
                    "walletType": 1,
                    "platformName": "string",
                    "platformUserName": "string",
                    "kytInfo": {
                        "kytResult": 1,
                        "kytDetails": "string",
                        "transactionHash": "string",
                        "walletAddress": "string"
                    }
                }
            ],
            "conversions": [
                {
                    "conversionId": "string",
                    "quotationId": "string",
                    "participantCode": "string",
                    "clientReference": "string",
                    "sourceCurrency": "string",
                    "destinationCurrency": "string",
                    "price": 0,
                    "sourceAmount": 0,
                    "destinationAmount": 0,
                    "status": 1,
                    "createdAt": 0
                }
            ]
        }
    }
}

Request Code 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://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
    "eventType": "string",
    "notificationId": "string",
    "data": {
        "cryptoCheckout": {
            "cryptoCheckoutId": "string",
            "participantCode": "string",
            "amountToPay": 0,
            "currencyToPay": "string",
            "clientReference": "string",
            "paymentPurpose": {
                "subject": "string",
                "description": "string",
                "supportingDocuments": "string"
            },
            "buyerInfo": {
                "fullLegalName": "string",
                "identityType": 1,
                "identityNumber": "string",
                "dateOfBirth": "2019-08-24",
                "placeOfBirth": "string",
                "residentialAddress": {
                    "country": "string",
                    "state": "string",
                    "city": "string",
                    "postcode": "string",
                    "addressLine1": "string",
                    "addressLine2": "string"
                }
            },
            "checkoutWallets": {
                "walletKey": "string",
                "addressList": [
                    {
                        "blockchain": "string",
                        "address": "string",
                        "acceptableCurrencies": [
                            "string"
                        ]
                    }
                ]
            },
            "status": 1,
            "expiry": 0,
            "walletKyt": {
                "kytResult": 1,
                "kytDetails": "string",
                "transactionHash": "string",
                "walletAddress": "string"
            },
            "receivedPayments": [
                {
                    "blockchain": "string",
                    "sourceWalletAddress": "string",
                    "paidCurrency": "string",
                    "paidAmount": "string",
                    "txnHash": "string",
                    "walletType": 1,
                    "platformName": "string",
                    "platformUserName": "string",
                    "kytInfo": {
                        "kytResult": 1,
                        "kytDetails": "string",
                        "transactionHash": "string",
                        "walletAddress": "string"
                    }
                }
            ],
            "conversions": [
                {
                    "conversionId": "string",
                    "quotationId": "string",
                    "participantCode": "string",
                    "clientReference": "string",
                    "sourceCurrency": "string",
                    "destinationCurrency": "string",
                    "price": 0,
                    "sourceAmount": 0,
                    "destinationAmount": 0,
                    "status": 1,
                    "createdAt": 0
                }
            ]
        }
    }
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-12-30 08:28:17
Previous
Get Crypto Checkout Currencies
Next
Crypto Deposit
Built with