wikimedia/mediawiki-extensions-DonationInterface

View on GitHub
gateway_common/i18n/api/en.json

Summary

Maintainability
Test Coverage
{
    "@metadata": {
        "authors": [
            "Adam Roses Wight",
            "Brad Jorsch",
            "Elliott Eggleston",
            "jgleeson",
            "Margaret Epps",
            "Umherirrender",
            "XenoRyet"
        ]
    },
    "apihelp-donate-summary": "This API allow you to submit a donation to the Wikimedia Foundation using a variety of payment processors.",
    "apihelp-donate-param-gateway": "Which payment gateway to use - adyen, ingenico, etc.",
    "apihelp-donate-param-amount": "The amount donated.",
    "apihelp-donate-param-contact_id": "ID of the donor in CiviCRM.",
    "apihelp-donate-param-contact_hash": "Hash of the donor in CiviCRM, used for verification. Mandatory when contact_id is given.",
    "apihelp-donate-param-currency": "Currency code.",
    "apihelp-donate-param-first_name": "First name.",
    "apihelp-donate-param-last_name": "Last name.",
    "apihelp-donate-param-first_name_phonetic": "Phonetic version of first name.",
    "apihelp-donate-param-last_name_phonetic": "Phonetic version of last name.",
    "apihelp-donate-param-street_address": "First line of street address.",
    "apihelp-donate-param-supplemental_address_1": "Second line of street address.",
    "apihelp-donate-param-city": "City.",
    "apihelp-donate-param-state_province": "State abbreviation.",
    "apihelp-donate-param-postal_code": "Postal code.",
    "apihelp-donate-param-email": "Email address.",
    "apihelp-donate-param-country": "Country code.",
    "apihelp-donate-param-card_num": "Credit card number.",
    "apihelp-donate-param-card_type": "Credit card type.",
    "apihelp-donate-param-debug_messages": "Any debug messages to add to the log.",
    "apihelp-donate-param-expiration": "Expiration date.",
    "apihelp-donate-param-cvv": "CVV security code.",
    "apihelp-donate-param-payment_method": "Payment method to use.",
    "apihelp-donate-param-payment_submethod": "Payment submethod to use.",
    "apihelp-donate-param-processor_form": "Which of the processor's form options to use.",
    "apihelp-donate-param-language": "Language code.",
    "apihelp-donate-param-order_id": "Order ID (if a donation has already been started).",
    "apihelp-donate-param-wmf_token": "Edit token.",
    "apihelp-donate-param-utm_source": "Tracking variable.",
    "apihelp-donate-param-utm_campaign": "Tracking variable.",
    "apihelp-donate-param-utm_medium": "Tracking variable.",
    "apihelp-donate-param-referrer": "Original referrer.",
    "apihelp-donate-param-recurring": "Indicates that the transaction is meant to be recurring.",
    "apihelp-donate-param-variant": "Indicates which form variant the donor has filled out.",
    "apihelp-donate-param-opt_in": "Indicates that the donor has opted in to fundraising emails.",
    "apihelp-donate-param-employer": "Employer name",
    "apihelp-donate-param-employer_id": "Employer ID",
    "apihelp-donate-example-1": "Make a donation",
    "apihelp-logPaymentsFormError-summary": "This API logs client-side donation form errors.",
    "apihelp-logPaymentsFormError-param-message": "The error message",
    "apihelp-logPaymentsFormError-param-file": "File that the error occurred in",
    "apihelp-logPaymentsFormError-param-line": "Line on which the error occurred",
    "apihelp-logPaymentsFormError-param-col": "Column on which the error occurred",
    "apihelp-logPaymentsFormError-param-userAgent": "Browser's user-agent string",
    "apihelp-logPaymentsFormError-param-stack": "Error's stack trace, when available",
    "apihelp-logRecurUpgradeFormError-summary": "This API logs client-side recurring upgrade form errors.",
    "apihelp-logRecurUpgradeFormError-param-message": "The error message",
    "apihelp-logRecurUpgradeFormError-param-file": "File that the error occurred in",
    "apihelp-logRecurUpgradeFormError-param-line": "Line on which the error occurred",
    "apihelp-logRecurUpgradeFormError-param-col": "Column on which the error occurred",
    "apihelp-logRecurUpgradeFormError-param-userAgent": "Browser's user-agent string",
    "apihelp-logRecurUpgradeFormError-param-stack": "Error's stack trace, when available",
    "apihelp-di_donate_adyen-summary": "This API is for Adyen",
    "apihelp-di_donate_dlocal-summary": "This API is for Dlocal",
    "apihelp-di_donate_braintree-summary": "This API is for Braintree",
    "apihelp-di_recurring_convert-summary": "This API is used when a donor agrees to add a monthly donation after completing a successful one-time donation.",
    "apihelp-di_recurring_convert-param-amount": "The amount of the monthly donation.",
    "apihelp-di_recurring_convert-param-gateway": "Which payment gateway to use - adyen, ingenico, etc.",
    "apihelp-employerSearch-summary": "This API allow you to search for employers participating in the WMF matching gifts program.",
    "apihelp-employerSearch-param-employer": "Which employer to search for e.g. Red Cross, WWF, Salvation Army, etc.",
    "apihelp-employerSearch-example-1": "Search an employer",
    "apihelp-di_applesession_adyen-summary": "Allows requesting an Apple Pay session directly from Apple",
    "apihelp-getPaymentMethods-summary": "Returns available payment methods based on country",
    "apihelp-submitPayment-summary": "Submits a payment based on parameters sent"
}