Card Shipping Information

You can subscribe to the Card Shipping Information webhook to receive a message when the cards you ordered are embossed and shipped. This webhook will contain the shipping provider and tracking number so you can track the shipment.

Sample card shipping information webhook:

{
"CallbackTime": "2016-08-22T12:20:53.7335395+03:00",
"Data": {
"AcctId": 11111,
"TransactionType": "CARDORDER",
"Description": "Shipped",
"TrackingNumber": "9400015001052000000000",
"ShippingMethod": "USPS",
"Last4CardNumber": "1234",
"CardOrderId": 1221
}
}