Paykeys

Unmask a paykey

Retrieves the unmasked details of an existing paykey. Supply the unique paykey id and Straddle will return the corresponding paykey record, including the unmasked bank account details. This endpoint needs to be enabled by Straddle for your account and should only be used when absolutely necessary.

get/v1/paykeys/{id}/unmasked

Path parameters

idstring uuid required

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.

Response

OK

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": "123456789"
    }
  }
}

Changes

Changed in 15 of the 33 revisions of this API.522501

    • added the new auto_hold enum value to the data/status_details/reason response property for the response status 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (media type: text/json)

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (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 404 (media type: text/plain)

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (media type: text/json)

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (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 404 (media type: text/plain)

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (media type: text/json)

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (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 404 (media type: text/plain)

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (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 200 (media type: text/plain)

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (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 404 (media type: text/plain)

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (media type: text/json)

      response-property-enum-value-removed

    • added the new AmountTooLarge enum value to the data/status_details/reason response property for the response status 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 404 (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 404 (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 404 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 404 (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 404 (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 404 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 404 (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 404 (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 404 (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 200 (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 200 (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 200 (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 404 (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 404 (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 404 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (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 200 (media type: text/json)

      response-property-enum-value-added