Skip to main content
Version: 1.1.1

Get Registration Status

GET 

/v1.1/customer/registration/status

This is used to get the current status of the registration request made by a customer.

Request

Query Parameters

    regReqId numberrequired

    Registration request id which was given with registration request

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason stringrequired

    Possible values: non-empty, [Incomplete, New, Pending Approval, Customer Created, Subscription Requested, Approved, Subscription Failed, Rejected, Unreachable, Not Interested]

    rejectCode number

    Find error codes here

    regReqId number
    registrationStatus string

    Possible values: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

    1 (Incomplete) | 2 (New) | 3 (Pending Approval) | 4 (Customer created) | 5 (Subscription requested) | 6 (Approved) | 7 (Subscription failed) | 8 (Rejected) | 9 (Unreachable) | 10 (Not interested)

Loading...
Is this page helpful for you?