curl --request POST \
--url https://partner.att.com/omni-svcs/v1/carts/177a1210-f019-11f0-a4f6-dd46c526bb51/express-submit \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"paymentMethods": [
{
"paymentMethod": {
"type": "CARD",
"card": {
"verified": false,
"zipCode": "98011",
"merchantId": "HARDROCK-CON",
"overideAvs": false,
"verifyCardIndicator": true,
"securityCode": "999",
"billingAddress": {
"zipCode": "98011"
},
"trueCreditCardIndicator": false,
"cardNumber": "6505391444547228",
"expireMonth": "12",
"expireYear": "2025",
"cardHolderName": "TFname TLname"
}
},
"paySource": {
"sourceSystem": "RTB",
"sourceLocation": "XX",
"sourceUser": "IDP"
},
"profileName": "TFname-card-7228",
"paymentProfileId": "123456789",
"encPaymentMethod": "EncryptedPaymentMethodString",
"_paymentMethodRef": "paymentMethodRef1",
"tncId": 610,
"storeTermsConditionConsent": true,
"customerAgreement": true
}
],
"enrollment": {
"autoPay": "string",
"paperLess": "string",
"paymentMethodRef": "string"
},
"oneTimePayment": {
"paymentMethodRef": "string"
},
"billing": {
"autoPay": "string",
"paperLess": "string",
"paymentMethodRef": "string"
},
"fulfillment": {
"selectedOptions": [
{
"productOrderItemId": "string",
"productOffering": {
"id": "string",
"name": "string",
"productOfferingType": "string"
},
"product": {
"place": [
{
"id": "string",
"name": "string",
"role": "string"
}
]
}
}
]
},
"installationAppointment": {
"installationDayContact": {
"givenName": "string",
"familyName": "string",
"contactMedium": [
{
"mediumType": "string",
"characteristic": {
"contactType": "string",
"phoneNumber": "string"
},
"preferred": false
}
]
},
"selected": {
"id": "string",
"@type": "string",
"note": [
{
"id": "string",
"author": "string",
"date": "2026-03-10T19:56:37.678Z",
"text": "string",
"@baseType": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"relatedEntity": [
{
"@referredType": "string",
"id": "string",
"role": "string"
}
]
}
}
}
'