Profiles
Address
- terminusgps.authorizenet.profiles.addresses.create_customer_shipping_address(customer_profile_id: int, new_address: customerAddressType, default: bool = True)[source]
createCustomerShippingAddressRequest.
- Parameters:
- Returns:
An Authorizenet createCustomerShippingAddress response.
- Return type:
- terminusgps.authorizenet.profiles.addresses.delete_customer_shipping_address(customer_profile_id: int, customer_address_profile_id: int)[source]
- terminusgps.authorizenet.profiles.addresses.get_customer_shipping_address(customer_profile_id: int, customer_address_profile_id: int)[source]
- terminusgps.authorizenet.profiles.addresses.update_customer_shipping_address(customer_profile_id: int, new_address: customerAddressType, default: bool = False)[source]
updateCustomerShippingAddressRequest.
- Parameters:
- Returns:
An Authorizenet updateCustomerShippingAddress response.
- Return type:
Customer
- terminusgps.authorizenet.profiles.customers.create_customer_profile(merchant_id: int | str, email: str, description: str = '')[source]
- terminusgps.authorizenet.profiles.customers.delete_customer_profile(customer_profile_id: int)[source]
- terminusgps.authorizenet.profiles.customers.get_customer_profile(customer_profile_id: int, include_issuer_info: bool = False)[source]
- terminusgps.authorizenet.profiles.customers.get_customer_profile_ids()[source]
-
- Returns:
An Authorizenet getCustomerProfileIds response.
- Return type:
Payment
- terminusgps.authorizenet.profiles.payments.create_customer_payment_profile(customer_profile_id: int, new_payment_profile: customerPaymentProfileType)[source]
- terminusgps.authorizenet.profiles.payments.delete_customer_payment_profile(customer_profile_id: int, customer_payment_profile_id: int)[source]
- terminusgps.authorizenet.profiles.payments.get_customer_payment_profile(customer_profile_id: int, customer_payment_profile_id: int, include_issuer_info: bool = False)[source]
getCustomerPaymentProfileRequest.
- Parameters:
- Returns:
An Authorizenet getCustomerPaymentProfile response.
- Return type:
- terminusgps.authorizenet.profiles.payments.update_customer_payment_profile(customer_profile_id: int, customer_payment_profile_id: int, new_payment_profile: customerPaymentProfileType)[source]
updateCustomerPaymentProfileRequest.
- Parameters:
- Returns:
An Authorizenet updateCustomerPaymentProfile response.
- Return type: