Object ID Prefixes
Summary of Prefixes included at the beginning of Object IDs
To improve user understanding of object IDs, Preczn includes prefixes at the beginning of many object IDs. These prefixes indicate the object's type making it easier for users to identify and interpret the represented objects.
Support for Object IDs without Prefixes
The introduction of prefixes will only apply to newly created IDs (circa July 2023). Note that all existing IDs such as tokens, transactions, etc that do not have a prefix are still supported via the Preczn APIs and Interfaces.
Prefix Summary
Object | Test Prefix | Live |
---|---|---|
API Key - Public | pub_test | pub_ |
API Key - Private | priv_test_ | priv_ |
Bank Account associated with Merchant | midBank_test_ | midBank_ |
Merchant Connection for a Live Merchant | midCon_test_ | midCon_ |
Merchant | mid_test_ | mid_ |
Merchant Import Record | midImp_test_ | midImp_ |
Owner associated with Merchant | midOwn_test_ | midOwn_ |
Payment Token (Cards, Loans, ACH, etc) | tkn_test_ | tkn_ |
Platform | There are only live platforms | pfm_ |
Platform Connection | pfmCon_test_ | pfmCon_ |
Plan | plan_test_ | plan_ |
Portfolio | There are only live portfolios | port_ |
Preczn User | There are only live users | user_ |
Transaction | txn_test_ | txn_ |
Webhook Subscription | wh_test_ | wh_ |
Webhook Attempt | what_test_ | what_ |
Updated 3 months ago