Dex3
Merchant DashboardHome
  • 👋Introduction
    • Dex3 API
    • Payment Gateway
    • Payout System
  • 🌟Getting Started
    • Create merchant
  • ⚙️Connect to API
    • Connect API
  • 🚩Merchant Status
    • Get Merchant Status
  • 🪙Payment Gateway
    • Create New Payment
      • Create Signature
    • Get Payment Status
    • Get Payment Data
    • Payment Success Webhook
      • Verify Webhook Signature
  • 🫴Payout System
    • Create New Payout
      • Create Signature
    • Get Payout Status
    • Get Payout Data
    • Payout Success Webhook
      • Verify Webhook Signature
    • Payout Contracts
Powered by GitBook
On this page
  • Endpoint
  • Headers
  • Parameters
  • Response

Was this helpful?

  1. Merchant Status

Get Merchant Status

This method is used for checking the Merchant Status.

Not mandatory to implement in your api. Use this endpoint for testing connection between Dex3 and your API only.

Endpoint

GET https://api.dex3.io/api/v1/status

A successful GET request typically returns a 200 otherwise you will see error.


Headers

Name
Value

Content-Type

application/json

merchant_public

YOUR MERCHANT PUBLIC

Parameters

No parameters

Response

{
  "state": true,
  "data": true
}

PreviousConnect APINextCreate New Payment

Last updated 1 year ago

Was this helpful?

🚩