Create a person and a card. If the person is already created, send an existing Person GUID without sending the person details.
Returns the newly created Card
Bad request
Unauthorized
Program not found
Server Error
{- "person": {
- "person_guid": "00000000-0000-0000-0000-000000000000",
- "birth_date": "1975-02-28",
- "email": "john.smith@example.com",
- "first_name": "John",
- "last_name": "Smith",
- "mobile_number": "+19540123456",
- "base_address": {
- "city": "Fort Lauderdale",
- "country": "USA",
- "address_line1": "222333 Sample road",
- "postal_code": "33309",
- "state": "FL"
}, - "client_reference_id": "OM39125",
- "address_lat": 0,
- "address_lon": 0,
- "ledger_balance": 0
}, - "wallet_guid": "00000000-0000-0000-0000-000000000000",
- "program_guid": "bb6e9a04-ca42-4f32-b149-ad39ab3aa079",
- "months_until_expire": 0
}
{- "person": {
- "person_guid": "00000000-0000-0000-0000-000000000000",
- "birth_date": "1975-02-28",
- "email": "john.smith@example.com",
- "first_name": "John",
- "last_name": "Smith",
- "mobile_number": "+19540123456",
- "base_address": {
- "city": "Fort Lauderdale",
- "country": "USA",
- "address_line1": "222333 Sample road",
- "postal_code": "33309",
- "state": "FL"
}, - "client_reference_id": "OM39125",
- "address_lat": 0,
- "address_lon": 0,
- "ledger_balance": 0
}, - "program_guid": "bb6e9a04-ca42-4f32-b149-ad39ab3aa079",
- "card": {
- "card_number": "5340920000000007",
- "card_proxy": "cproxy0000000000001",
- "mask_card_pan": "534092XXXXXX0007",
- "wallet_guid": "05a28e5a-01a6-4a3e-8ce3-ca30fc09e5ae",
- "issuance_type": "FULL",
- "card_condition": "ORIGINAL",
- "card_status": "PENDING",
- "activation_method": "ONLOAD",
- "expiration_date": "2212",
- "logical_expiration_date": "0001-01-01T00:00:00",
- "person_card_status": "ACTIVE",
- "sys_utcinserted": "0001-01-01T00:00:00",
- "sys_utcupdated": "0001-01-01T00:00:00"
}, - "fulfillment_data": { }
}