Jump to Content
Crypterium
HomeGuidesChangelogDiscussions
v1.0

Log InCrypterium
Guides
Log In
v1.0HomeGuidesChangelogDiscussions

Branded App Documentation

  • Branded App (iOS, Android platforms)
    • Stages of Branded App Delivery
  • SDK (native iOS/Android deployed libraries)
    • Merchant Account Access
    • Merchant Configuration
    • User Authentication
    • iOS Authentication
    • iOS Features Calls
    • Android Authentication
    • Android Features Calls
    • Test Mode

Cryptobox documentation

  • Cryptobox SDK
    • Get started
    • Authentication
    • User profile
    • User accounts
    • KYC verification
    • Operations
    • External cards
    • Buying crypto
    • Payout to card
    • Transferring crypto
    • Exchanging crypto
    • Additional classes
  • Backend API
    • Partner account
    • User account
    • Wallets and money transferring
    • Callbacks
    • Error format
Powered by 

Merchant Configuration

Update callback URL

Use the method to change the callback URL
PUT /v1/merchant
Parameters:

{
  "callbackUrl": "https://example.org/callback"
}

Response:

{
  "result": "ok"
}

Updated almost 4 years ago


  • Table of Contents
    • Update callback URL