v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBPhysical Card
Physical Card Shipping
Use this endpoint to ship physical cards
post/open-api/v3/physical-cards/bulk-ship
Request body
Example request
{
"cardPackage": "p_0",
"shippingAddress": {
"addressLine1": "123 Main St",
"addressLine2": "Apt 4B",
"city": "New York",
"country": "US",
"postalCode": "10001"
}
}Response
OK
Example response
{
"data": {
"status": "SUCCESS"
}
}