Checkout 3.0
Member Connect
Payment Status

This page explains how the Payment Status call is enriched with data from the Member Connect module.

Payment Status

When you call the Payment Status endpoint, you receive all data related to the purchase, including information from the Member Connect module. Below, you can see an example of what the response looks like

⚠️

Make sure that the selected partner branch has Member Connect enabled. Otherwise, the module data will not be available in the response.

...
"NamedModules": {
        "MemberConnect": {
            "IsMember": true,
            "MemberSignedUp": false
        }
    },
    ...
...

Response Data Type Description

NameData TypeDescription
IsMemberbooleanIndicates whether the customer is already registered in the external system.
MemberSignedUpbooleanIndicates whether the customer registered during the purchase.