LogoLogo
StatusChangelogDashboardCreate a Ticket
  • Getting Started
  • Intro to APIs
  • How to Contact us
  • How to Go-Live
  • Intro to Risk
  • Intro to Spec Sheets
  • Product Guides
    • Deposit Hub
      • 🌎Global Cash
    • Credit Hub
    • Payment Accounts
    • ID Score
  • API References
    • OAuth
      • OAuth Object Details
      • Create OAuth Key
      • Generate Refresh Token
    • Users
      • User Object Details
      • Testing on UAT
      • View All Users
      • View User
      • Create User
      • Update User
      • Generate UBO Doc
      • Manage Duplicates
      • Allowed Document Types
      • Allowed Entity Scopes
      • Allowed Entity Types
    • Nodes
      • Node Object Details
      • Testing on UAT
      • View all User Nodes
      • View Node
      • Create Node
      • Update Node
      • Generate eCash Barcode
      • Allowed Node Types
      • View ATMs
    • Subnets
      • Subnet Object Details
      • Testing on UAT
      • View all Node Subnets
      • View Subnet
      • Create Subnet
      • Update Subnet
      • Push to Wallet
    • Shipments
      • Shipment Object Details
      • View all Subnet Shipments
      • View Shipment
      • Create Shipment
      • Cancel Shipment
    • Statements
      • Statement Object Details
      • View all User Statements
      • View all Node Statements
    • Transactions
      • Transaction Object Details
      • Testing on UAT
      • View all User Transactions
      • View all Node Transactions
      • View Transaction
      • Create Transaction
      • Create Batch Transactions
      • Cancel Transaction
      • Retry ACH Transaction
      • Dispute Chargebacks
      • Dispute Transaction
    • Subscriptions
      • Subscription Object Details
      • Webhook Object Details
      • Testing on UAT
      • View all Subscriptions
      • View Subscription
      • Create Subscription
      • Update Subscription
      • View Webhook Logs
    • Miscellaneous
      • Dummy Transactions
      • Verify Address
      • Verify Routing Number
      • International WIRE-INT Required Data by Country
      • View Billers
      • View Enriched Data
      • Loan Limits
      • Transaction Decisioning
      • 3D Secure
      • Virtual Terminal
      • Pre-Authorization
      • Card Disputes Guide
      • Mobile Wallets
      • Interchange Revenue
      • Enrichment Guide
  • Developer Guides
    • User Onboarding
      • Create User Flow
      • Authenticate as the User
      • Create Node Flow
        • Cash Advance
        • Credit Builder Loan
        • One Time Loans
        • Secured Open Loans
        • Secured Revolving Loans
        • Unsecured Revolving Loans
      • Create Subnets Flow
        • Creating Cards
        • Creating AC/RT
      • Linking External Accounts
        • Linking Cards
        • Linking External Bank Account
      • Add Additional Documents
    • Account Details
      • Displaying Balances
      • Transaction History
      • Transaction Details
      • Account Agreements
      • Node Statements
      • Card Details
    • Managing Cards
      • Card Preferences
      • Setting PIN
      • Mobile Wallet Flow
        • Integrate with Apple Pay
        • Integrate with Google Pay
        • Integrate with Samsung Pay
      • Shipping Cards
    • Originating Transactions
      • Sending Fed Wires
      • Sending ACH Transfers
      • Sending International Wires
      • Deposit a Check
      • Issuing Checks
      • Recurring Transactions
      • 3rd Party Payment Accounts
      • Cancelling Transactions
      • Exceeding Origination Limits
    • Receiving Transactions
      • Transaction Decisioning
      • Receiving ACH / Wires
      • Card Transactions
      • Exceeding Inbound Limits
    • Managing Disputes
      • ACH Disputes
      • Card Disputes
    • 3rd Party Integrations
      • Payment Integrations
      • Account Aggregators
      • 3rd Parties & Compliance
  • Recipes
    • Overdraft Protection
    • Social Banking
    • Monetizing Transactions
Powered by GitBook
On this page
  • Shipment Schema
  • Possible delivery Values
  • Possible delivery_carrier Values
  • Possible status Values

Was this helpful?

Export as PDF
  1. API References
  2. Shipments

Shipment Object Details

Shipment Schema

Key

Type

Required

Description

_id

String

N.A. Included in API response

Primary Key of the user object.

card_style_id

String

Yes

fee_node_id

String

Yes. Not included in response.

ID of the node where the shipment fee should be charged. This can only be a node that is linked to your user ID or the end user's user ID.

name

String

No

secondary_label

String

No

Optional field to include with as an additional line beneath the cardholder name (e.g. a business name).

address.address_line_1

String

N.A. Included in API response

address.address_city

String

N.A. Included in API response

address.address_state

String

N.A. Included in API response

address.address_zipcode

String

N.A. Included in API response

address.address_country_code

String

N.A. Included in API response

address.address_care_of

String

N.A. Included in API response

When address taken from MAILING_ADDRESSand address_care_of field is supplied there it auto-populates here.

subnet_id

String

N.A. Included in API response

Subnet ID associated with the shipment.

delivery

String

Yes

delivery_carrier

String

N.A. Included in API response

tracking

String

N.A. Included in API response

Tracking number of the shipment. Only avaliable if delivery is STANDARD|TRACKING, EXPEDITE or OVERNIGHT.

created_on

String

N.A. Included in API response

Unix timestamp (in ms) value of when the shipment was created.

status

String

N.A. Included in API response

Possible delivery Values

Value

Description

STANDARD

Shipment will go through regular mail.

STANDARD|TRACKING

Shipment will go through regular mail with tracking.

EXPEDITE

Shipment will be expedited for faster delivery.

OVERNIGHT

Shipment will be spent overnight.

Possible delivery_carrier Values

Value

Description

USPS

Delivery Carrier for this shipment is USPS.

FEDEX

Delivery Carrier for this shipment is FedEx.

UPS

Delivery Carrier for this shipment is UPS.

Possible status Values

Value

Description

CREATED

Shipment has been created but not shipped yet.

BATCHED

Shipment has been issued to the card printer.

ACCEPTED

Shipment has been accepted by our card printer.

SHIPPED

Shipment has been shipped.

RETURNED

Shipment was shipped but returned.

CANCELED

Shipment was canceled and not shipped.

PreviousShipmentsNextView all Subnet Shipments

Last updated 2 years ago

Was this helpful?

Style ID of card. Go to to learn more.

Name of the card holder. By default grabbed from the .

Address street where the shipment was sent. By default grabbed from the unless MAILING_ADDRESS is avaliable on social_docs.

Address city where the shipment was sent. By default grabbed from the unless MAILING_ADDRESS is avaliable on social_docs.

Address state where the shipment was sent. By default grabbed from the unless MAILING_ADDRESS is avaliable on social_docs.

Address zipcode where the shipment was sent. By default grabbed from the unless MAILING_ADDRESS is avaliable on social_docs.

ISO Alpha-2 formatted Address country code where the shipment was sent. By default grabbed from the unless MAILING_ADDRESS is avaliable on social_docs.

Delivery speed of the shipment. Go to .

Carrier of the shipment. Go to .

Status of the shipment. Go to .

Intro to Spec Sheets
Possible delivery Values
Possible delivery_carrier Values
Possible status Values
base document
base document
base document
base document
base document
base document