Create a new order and send digital benefit cards to a member.
JWT token obtained from the /identity/Auth/SignIn endpoint.
Product code provided by the iQpay team for the specific benefit card type. If there are multiple products, send a comma-separated list of product codes.
"PROD-001"
Program code provided by the iQpay team identifying the sponsor's program.
"PROG-2024-FOOD"
Member's email address. Used for card delivery if program is configured for email.
80"member@example.com"
Member's first name.
50"Jane"
Member's last name.
50"Smith"
Phone country code. Defaults to 1 (US) if not provided.
1"1"
Member's mobile phone number. Used for SMS card delivery.
10"5551234567"
Indicates whether the member has provided consent to receive future communications from the organization. Set to true when prior messaging consent has not been established, such as when collecting member information for the first time.
true
Member opt-in to receive SMS/email for digital card delivery. Must be set to true for all members.
true
Sponsor's external identifier for the member (e.g., employee code). Optional, but required if enabled in Program configuration.
50"EXT-MBR-12345"
Sponsor's external transaction identifier for tracing. Optional, but required when the program is configured to send communication through webhook.
50"TXN-2024-00001"
Optional scheduled processing date for the order. If not provided, the order is processed immediately. Used to schedule future card delivery.
"2026-04-15T00:00:00Z"
Order created successfully.
Whether the order was created successfully.
true
Status message from the server.
"Ok"
Status code, if applicable.
null
The created order ID.
12345
Dependant order ID, if applicable.
null