Sha256: f3e4679e3f356845624aa979f16c26b13a2a431f4e374a68d535e9d8a090c027

Contents?: true

Size: 742 Bytes

Versions: 9

Compression:

Stored size: 742 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<api-error-response>
  <message>Cannot submit for settlement unless status is authorized.</message>
  <errors>
    <transaction>
      <errors type="array">
        <error>
          <code>91507</code>
          <message>Cannot submit for settlement unless status is authorized.</message>
          <attribute type="symbol">base</attribute>
        </error>
      </errors>
    </transaction>
    <errors type="array"/>
  </errors>
  <params>
    <merchant-id>merchant_id</merchant-id>
    <action>submit_for_settlement</action>
    <id>transactionid</id>
    <transaction>
      <amount nil="true"></amount>
    </transaction>
    <controller>transactions</controller>
  </params>
</api-error-response>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
braintree-rails-0.4.5 test/fixtures/transaction_error.xml
braintree-rails-0.4.4 test/fixtures/transaction_error.xml
braintree-rails-0.4.3 test/fixtures/transaction_error.xml
braintree-rails-0.4.2 test/fixtures/transaction_error.xml
braintree-rails-0.4.1 test/fixtures/transaction_error.xml
braintree-rails-0.4.0 test/fixtures/transaction_error.xml
braintree-rails-0.3.0 test/fixtures/transaction_error.xml
braintree-rails-0.2.0 test/fixtures/transaction_error.xml
braintree-rails-0.1.0 test/fixtures/transaction_error.xml