update_payment_method_token_m
Summary
| API Name | update_payment_method_token_m |
|---|---|
| Class | account_services_m |
| Update Version | 58 |
Description
Use this API to update the expiry dates and customer name and address data.
Inputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| client_no | long | 22 | Yes |
Aria-assigned unique identifier indicating the Aria client providing service to this account. |
| auth_key | string | 32 | Yes |
Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call. |
| acct_no | long | Yes |
Aria-assigned account identifier. This value is unique across all Aria-managed accounts. Alternative required field: client_acct_id |
|
| client_acct_id | string | 50 | Yes |
Client-defined account identifier. Alternative required field: acct_no |
| payment_method_no | long | 22 | Yes |
Pass payment method number for updating the token details. Alternative required field: client_payment_method_id |
| client_payment_method_id | string | 100 | Yes |
Pass client-defined payment method ID for updating the token details. Alternative required field: payment_method_no |
| billing_group_no | long | 22 | No |
Pass the billing group number to use the BG's collection group. Alternative field: client_billing_group_id, master_plan_instance_no, or client_master_plan_instance_id |
| client_billing_group_id | string | 100 | No |
Pass the client-defined identifier billing group ID to use the BG's collection group. Alternative field: billing_group_no, master_plan_instance_no, or client_master_plan_instance_id |
| master_plan_instance_no | long | 22 | No |
Pass the Master plan instance number to use the BG's collection group. Alternative field: billing_group_no, client_billing_group_id, or client_master_plan_instance_id |
| client_master_plan_instance_id | string | 100 | No |
Pass the client-defined identifier Master plan instance ID to use the BG's collection group. Alternative field: billing_group_no, client_billing_group_id, or master_plan_instance_no |
| cc_expire_mm | long | No |
Expiration month to update for the tokenized credit card payment method. |
|
| cc_expire_yyyy | long | No |
Expiration year to update for the tokenized credit card payment method. |
|
| bill_first_name | string | 100 | No |
First name to update for the tokenized credit card payment method. |
| bill_last_name | string | 100 | No |
Last name to update for the tokenized credit card payment method. |
Outputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| error_code | long | No |
Aria-assigned error identifier. 0 indicates no error. |
|
| error_msg | string | No |
Description of any error that occurred. "OK" if there was no error. |