Updates credit card information for a recurring gift.
Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
---|---|---|---|
CRRecurringAPI | SRRecurringAPI | POST | Yes. |
https://secure2.convio.net/organization/site/CRRecurringAPI?method=updateRecurringCreditCardInfo
&recurring_gift_id=value &billing_city=value &billing_first_name=value &billing_last_name=value &billing_state=value
&billing_street1=value &billing_zip=value [ &billing_country=value ] [ &billing_middle_name=value ]
[ &billing_street2=value ] [ &billing_suffix=value ] [ &billing_title=value ] [ &credit_card_cvv=value ]
[ &credit_card_exp_month=value ] [ &credit_card_exp_year=value ] [ &credit_card_number=value ]
[ &auth=value ] [ &sso_auth_token=value ]
https://secure2.convio.net/organization/site/SRRecurringAPI?method=updateRecurringCreditCardInfo
&recurring_gift_id=value &billing_city=value &billing_first_name=value &billing_last_name=value &billing_state=value
&billing_street1=value &billing_zip=value [ &billing_country=value ] [ &billing_middle_name=value ]
[ &billing_street2=value ] [ &billing_suffix=value ] [ &billing_title=value ] [ &credit_card_cvv=value ]
[ &credit_card_exp_month=value ] [ &credit_card_exp_year=value ] [ &credit_card_number=value ] & cons_id =value
Allow a logged-in user to update their credit card information for a recurring gift.
You may use the following methods to allow a logged-in user to manage their recurring gifts themselves via the Client API or to manage recurring gifts as an administrator via the Server API:
See topic HTTP Status Codes.
XML response<?xml version="1.0" encoding="UTF-8"?>
<updateRecurringCreditCardInfoResponse
xsi:schemaLocation="http://convio.com/crm/v1.0 http://service.convio.net/xmlschema/crm.public.v1.xsd"
xmlns="http://convio.com/crm/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<updated>true</updated>
</updateRecurringCreditCardInfoResponse>
{"updateRecurringCreditCardInfoResponse":{"updated":"true"}}