Sha256: 57fba0e0fecaca5d67049ebb2966200d7f1db46564c9f7a5be54a50b523c119d

Contents?: true

Size: 1.28 KB

Versions: 7

Compression:

Stored size: 1.28 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<api-error-response>
  <message>Credit card type is not accepted by this merchant account.
Credit card number is invalid.</message>
  <errors>
    <transaction>
      <credit-card>
        <errors type="array">
          <error>
            <code>81715</code>
            <message>Credit card number is invalid.</message>
            <attribute type="symbol">number</attribute>
          </error>
        </errors>
      </credit-card>
      <errors type="array"/>
      <billing>
        <errors type="array"/>
      </billing>
    </transaction>
    <errors type="array"/>
  </errors>
  <params>
    <transaction>
      <type>sale</type>
      <billing>
        <country-code-numeric>840</country-code-numeric>
        <region>California</region>
        <first-name>Wall</first-name>
        <company>Pixar</company>
        <locality>Junk Montain</locality>
        <street-address>Junk Rd</street-address>
        <last-name>E</last-name>
        <postal-code>12345</postal-code>
      </billing>
      <amount>2001</amount>
      <credit-card>
        <expiration-month>01</expiration-month>
        <cardholder-name>Wall-E</cardholder-name>
        <expiration-year>1976</expiration-year>
      </credit-card>
    </transaction>
  </params>
</api-error-response>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
braintree-rails-1.3.0 spec/fixtures/transaction_error.xml
braintree-rails-1.2.3 test/fixtures/transaction_error.xml
braintree-rails-1.2.2 test/fixtures/transaction_error.xml
braintree-rails-1.2.1 test/fixtures/transaction_error.xml
braintree-rails-1.2.0 test/fixtures/transaction_error.xml
braintree-rails-1.1.0 test/fixtures/transaction_error.xml
braintree-rails-1.0.0 test/fixtures/transaction_error.xml