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
Name | Data Type | Description |
---|---|---|
IsMember | boolean | Indicates whether the customer is already registered in the external system. |
MemberSignedUp | boolean | Indicates whether the customer registered during the purchase. |