Skip to main content
POST
/
account
/
complete-registration
Complete Account Registration
curl --request POST \
  --url https://staging-api.getpartna.com/v4/account/complete-registration \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "",
  "merchantName": "",
  "otp": ""
}'
{
  "data": {
    "BNB": {
      "accountName": "rahmanx",
      "asset": [
        {
          "id": "0x3Fa6207c9D56cc8E13eDb9Fae012dAd2E40e376F",
          "meta": null,
          "type": "crypto"
        }
      ],
      "balance": 0,
      "pendingDebit": 0
    },
    "BTC": {
      "accountName": "rahmanx",
      "asset": [
        {
          "id": "tb1qgtklrn6s9tvfe4vew96hsnz2cclgaeamzah08y",
          "meta": null,
          "type": "crypto"
        }
      ],
      "balance": 0,
      "pendingDebit": 0
    },
    "ETH": {
      "accountName": "rahmanx",
      "asset": [
        {
          "id": "0x3Fa6207c9D56cc8E13eDb9Fae012dAd2E40e376F",
          "meta": null,
          "type": "crypto"
        }
      ],
      "balance": 0,
      "pendingDebit": 0
    },
    "GHS": {
      "accountName": "rahmanx",
      "asset": [
        {
          "id": "",
          "meta": null,
          "type": "ghanaiancedis"
        }
      ],
      "balance": 0,
      "pendingDebit": 0
    },
    "NGN": {
      "accountName": "rahmanx",
      "asset": [
        {
          "id": "",
          "meta": null,
          "type": "naira"
        }
      ],
      "balance": 0,
      "pendingDebit": 0
    },
    "USD": {
      "accountName": "rahmanx",
      "asset": [
        {
          "id": "0x3Fa6207c9D56cc8E13eDb9Fae012dAd2E40e376F",
          "meta": null,
          "type": "crypto"
        },
        {
          "id": "TFmkaqtkcsEgwm2SpBXVcgjwQRsitrRAbE",
          "meta": null,
          "type": "crypto"
        },
        {
          "id": "3Jxh1nESSfiBNyCTZi5yrrX3mEPmGavpTaGmHQoY1v8g",
          "meta": null,
          "type": "crypto"
        }
      ],
      "balance": 0,
      "pendingDebit": 0
    }
  },
  "message": "success"
}

Body

application/json
email
string
merchantName
string
otp
string

Response

post account complete registration created

data
object
message
string
I