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": {
    "code": "123456"
  },
  "message": "success"
}

Body

application/json
email
string
merchantName
string
otp
string

Response

post account complete registration created

data
object
message
string