Bridge

Bridge a bank account

Use Bridge to create a new paykey using a bank routing and account number as the source. This endpoint allows you to create a secure payment token linked to a specific bank account.

post/v1/bridge/bank_account

Headers

Straddle-Account-Idstring uuid

For use by platforms to specify an account id and set scope of a request.

Request-Idstring

Optional client generated identifier to trace and debug a request.

Correlation-Idstring

Optional client generated identifier to trace and debug a series of requests.

Idempotency-Keystring

Optional client generated value to use for idempotent requests.

Request body

customer_idstring uuid required

Unique identifier of the related customer object.

routing_numberstring required

The routing number of the bank account.

account_numberstring required

The bank account number.

account_type'checking' | 'savings' required
metadataobject nullable

Up to 20 additional user-defined key-value pairs. Useful for storing additional information about the paykey in a structured format.

external_idstring nullable

Unique identifier for the paykey in your database, used for cross-referencing between Straddle and your systems.

Response

Created

response_type'object' | 'array' | 'error' | 'none' required

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.

Example response

{
  "data": {
    "institution_name": "Bank of America",
    "status_details": {
      "message": "Bank account sucesfully validated"
    },
    "bank_data": {
      "routing_number": "021000021",
      "account_number": "****1234"
    }
  }
}

Changes

Changed in 17 of the 33 revisions of this API.3486481

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    This revision also has 19 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the auto_hold enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the validating enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new validating enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • removed the AmountTooLarge enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the AmountTooLarge enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the AmountTooLarge enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the BankDecline enum value from the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the BankDecline enum value from the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the BankDecline enum value from the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the ClosedBankAccount enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the ClosedBankAccount enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the ClosedBankAccount enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the CustomerDispute enum value from the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the CustomerDispute enum value from the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the CustomerDispute enum value from the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the Disputed enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Disputed enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the Disputed enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the DuplicateEntry enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the DuplicateEntry enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the DuplicateEntry enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Fraudulent enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Fraudulent enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the Fraudulent enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the FrozenBankAccount enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the FrozenBankAccount enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the FrozenBankAccount enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the InsufficientFunds enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InsufficientFunds enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the InsufficientFunds enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the InternalSystemError enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InternalSystemError enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the InternalSystemError enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the InvalidBankAccount enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InvalidBankAccount enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the InvalidBankAccount enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the InvalidPaykey enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InvalidPaykey enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the InvalidPaykey enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the InvalidRouting enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the InvalidRouting enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the InvalidRouting enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Ok enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Ok enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the Ok enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the OtherNetworkReturn enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the OtherNetworkReturn enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the OtherNetworkReturn enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the OwnerDeceased enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the OwnerDeceased enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the OwnerDeceased enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the PaymentBlocked enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the PaymentBlocked enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the PaymentBlocked enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the PaymentStopped enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the PaymentStopped enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the PaymentStopped enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the PayoutRefused enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the PayoutRefused enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the PayoutRefused enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the RiskReview enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the RiskReview enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the RiskReview enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the System enum value from the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the System enum value from the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the System enum value from the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the TooManyAttempts enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the TooManyAttempts enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the TooManyAttempts enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the UserAction enum value from the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the UserAction enum value from the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the UserAction enum value from the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the UserRequest enum value from the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the UserRequest enum value from the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the UserRequest enum value from the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

    • removed the Watchtower enum value from the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Watchtower enum value from the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-removed

    • removed the Watchtower enum value from the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-removed

  • f9fe2a77d9491473See the full diff
    • added the new AmountTooLarge enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new AmountTooLarge enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new AmountTooLarge enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new BankDecline enum value to the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new BankDecline enum value to the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new BankDecline enum value to the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new ClosedBankAccount enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new ClosedBankAccount enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new ClosedBankAccount enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new CustomerDispute enum value to the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new CustomerDispute enum value to the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new CustomerDispute enum value to the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new Disputed enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new Disputed enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new Disputed enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new DuplicateEntry enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new DuplicateEntry enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new DuplicateEntry enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Fraudulent enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new Fraudulent enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new Fraudulent enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new FrozenBankAccount enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new FrozenBankAccount enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new FrozenBankAccount enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new InsufficientFunds enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new InsufficientFunds enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new InsufficientFunds enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new InternalSystemError enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new InternalSystemError enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new InternalSystemError enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new InvalidBankAccount enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new InvalidBankAccount enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new InvalidBankAccount enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new InvalidPaykey enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new InvalidPaykey enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new InvalidPaykey enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new InvalidRouting enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new InvalidRouting enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new InvalidRouting enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Ok enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new Ok enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new Ok enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new OtherNetworkReturn enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new OtherNetworkReturn enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new OtherNetworkReturn enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new OwnerDeceased enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new OwnerDeceased enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new OwnerDeceased enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new PaymentBlocked enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new PaymentBlocked enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new PaymentBlocked enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new PaymentStopped enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new PaymentStopped enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new PaymentStopped enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new PayoutRefused enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new PayoutRefused enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new PayoutRefused enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new RiskReview enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new RiskReview enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new RiskReview enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new System enum value to the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new System enum value to the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new System enum value to the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new TooManyAttempts enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new TooManyAttempts enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new TooManyAttempts enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new UserAction enum value to the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new UserAction enum value to the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new UserAction enum value to the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new UserRequest enum value to the data/status_details/reason response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new UserRequest enum value to the data/status_details/reason response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new UserRequest enum value to the data/status_details/reason response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the new Watchtower enum value to the data/status_details/source response property for the response status 201 (media type: text/plain)

      response-property-enum-value-added

    • added the new Watchtower enum value to the data/status_details/source response property for the response status 201 (media type: application/json)

      response-property-enum-value-added

    • added the new Watchtower enum value to the data/status_details/source response property for the response status 201 (media type: text/json)

      response-property-enum-value-added

    • added the optional property data/unblock_eligible to the response with the 201 status (media type: text/plain)

      response-optional-property-added

    • added the optional property data/unblock_eligible to the response with the 201 status (media type: application/json)

      response-optional-property-added

    • added the optional property data/unblock_eligible to the response with the 201 status (media type: text/json)

      response-optional-property-added