Payment
Version 1.0.1
Endpoint
POST
https://partner.att.com/omni-svcs/v1/payment-methods
Copy
Allows external partners to register and securely tokenize a new payment method (e.g., credit card) during fiber order submission for future reuse in AT&T’s systems.
Payment transaction request payload
Header Parameters
- appnamestringApplication name making the request
Body Parameters
- objectRequiredPayment request payload containing payment method details for registration, validation, or authorization.
- paymentMethodsarray of objects
List of payment methods to be processed.
Responses
Payment transaction update response
Body
application/json
- objectRequiredPayment response payload containing the result of the payment operation.
- paymentMethodIdstringUnique identifier for the payment method returned after successful processing.
- paymentProfileIdstringUnique identifier for the saved payment profile if the payment method was stored.
- statusstringStatus of the payment operation (e.g., success, failure).