Subnet Object Details
Subnet Schema
Key | Type | Required | Description |
| String | N.A. Included in API response. | Primary Key of the subnet object. |
| String | N.A. Included in API response. | ID of the user who owns this subnet. |
| String | N.A. Included in API response. | ID of the node who owns this subnet. |
| String | N.A. Included in API response. | The Primary Key that denotes your client object in our system. |
| String | N.A. Included in API response. | Your common name in our system. |
| String | Yes | Common name you wish to assign to the subnet. Eg. "Checking Account". |
| String | Yes | Account class of subnet. Allowed values: |
| String | No | Status of the subnet. Go to Possible Status Values to learn more. |
| String | No | Reason for status update. Go to Possible Status Codes to learn more. |
| String | N.A. Included in API response. | Unix timestamp (in ms) value of when the subnet was created. |
| String | N.A. Included in API response. | Unix timestamp (in ms) value of when the subnet was last updated. |
| String | No | You can use this field to store the Primary Key of this object in your system. |
| String | N.A. Included in API response or async through webhook. | Type of agreement attached on the subnet. Possible values: |
| String | N.A. Included in API response or async through webhook. | The PDF URL of the appropriate agreement. Each agreement contains the IP, Timestamp and Device Fingerprint of the user at the time of subnet creation. |
| Boolean | No. | Current state of the linked card in the mobile wallet. |
| String or null | No. | The Mastercard unique token reference to the mobile wallet (Google Pay, Apple Pay, etc). |
Additional Values for Cards
Key | Type | Required | Description |
| String | N.A. Included in API response. | Card number issued to the subnet. |
| String | N.A. Included in API response. | CVC associated with the subnet. |
| String | No. Value not returned in the response. | Encrypted 4 digit card PIN. See Encryption Keys for Subnet. Some terminals will require a pin for debit transactions. Setting one is recommended. |
| String | N.A. Included in API response. | Expiration date of card (in YYYY-MM-DD). |
| String | No | Style ID of card. Used when a card is shipped. Go to Intro to Spec Sheets to learn more. |
| String | No | Style ID of card when loaded on to a wallet. You can only set up pre approved wallet style ids like card style ids. Approved wallet style ids will be avaliable in your spec sheet. Go to Intro to Spec Sheets to learn more. |
| Boolean | No | If |
| Number or | No | Daily total transaction amount (in cents) allowed on the card. Datetime tracked in UTC. When |
| Number or | No | Daily total amount in cash transactions (in cents) allowed on the card. Datetime tracked in UTC. When |
| Number or | No | Currently in UAT Only Monthly overall transactions allowed on the card. Datetime tracked in UTC. When |
| Number or | No | Currently in UAT Only Monthly cash transactions allowed on the card. Datetime tracked in UTC. When |
Additional Values for Account Numbers
Key | Type | Required | Description |
| String | N.A. Included in API response. | Account number assigned to the subnet. |
| String | N.A. Included in API response. | Wire routing number assigned to the subnet. |
| String | N.A. Included in API response. | ACH routing number assigned to the subnet. |
Encryption Keys for Subnet
Please use PKCS1_v1_5
padding to encrypt your data.
Possible Status Values
Allowed | Description |
| Currently the subnet is not active and unable to transact except for force posts. |
| The subnet has been terminated and unable to transact except for force posts. |
| Subnet is active and ready for use. |
Possible Status Codes
Allowed Status Code | Description | Next Steps |
| User requested the allowed status change. Subnet will remain inactive upon account reopen. | No action required. |
| Either the network, Synapse or you changed the status due to fraud concerns. Subnet will remain inactive upon account reopen. | Please ensure that the end user has been notified of this update. |
| Since the user account was being closed, the subnet was closed as well. When the user account opens, the subnet will go back to active. | Please ensure that the end user has been notified of this outcome. |
| Since the user account was locked, the subnet was locked as well. When the user account opens, the subnet will go back to active. | Please ensure that the end user has been notified of this outcome. |
| Allowed status change reason unknown. When the user account opens, the subnet will go back to active. | No next steps recommend here since legacy tag. |
Last updated