Invoices

Creates an invoice.

post/invoices

Request body

invoice_idstring required

Unique ID for the invoice.

Example request

{
  "invoice_id": "invoice_2024_001",
  "line_items": [
    {
      "type": "payout",
      "product_id": "prod_1234567890",
      "amount": "1000",
      "currency_code": "USD",
      "description": "Professional services for January 2026",
      "user": {
        "id": "user_abc123"
      }
    }
  ],
  "tags": [
    {
      "key": "department",
      "value": "engineering"
    }
  ]
}

Response

Success

Example response

{
  "data": {
    "id": "inv_1234567890",
    "workspace_id": "ws_1234567890",
    "status": "active",
    "line_items": [
      {
        "id": "item_1234567890",
        "type": "payout",
        "product_id": "prod_1234567890",
        "amount": "1000",
        "price": {
          "amount": "1000",
          "unit_price": "1000",
          "quantity": 1
        },
        "currency_code": "USD",
        "description": "Professional services for January 2026",
        "user_id": "user_ext_456",
        "tags": [
          {
            "key": "department",
            "value": "engineering"
          }
        ]
      }
    ],
    "created": "2024-01-13T00:00:00Z",
    "modified": "2024-01-13T00:00:00Z",
    "version": 1,
    "tags": [
      {
        "key": "department",
        "value": "engineering"
      }
    ]
  }
}

Changes

Changed in 16 of the 38 revisions of this API.20516227

  • 8472a9bd15ea11See the full diff
    • removed subschema #1 subschema #2 from the line_items/items/user request property anyOf list

      request-property-any-of-removed

    • added subschema #1 subschema #2 to the line_items/items/user request property anyOf list

      request-property-any-of-added

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

    • response property data/status deprecated

      response-property-deprecated

    • added the new optional request property line_items/items/price

      new-optional-request-property

    • the request property line_items/items/amount became optional

      request-property-became-optional

    • request property line_items/items/amount deprecated

      request-property-deprecated

    • response property data/line_items/items/amount deprecated

      response-property-deprecated

    • added the required property data/line_items/items/price to the response with the 201 status

      response-required-property-added

  • dd22ecbbe8e555See the full diff
    • the request property invoice_id became required

      request-property-became-required

    • the request property line_items became required

      request-property-became-required

    • the request property line_items/items/user became required

      request-property-became-required

    • removed the required property data/line_items/items/currencyCode from the response with the 201 status

      response-required-property-removed

    • removed the required property data/workspaceId from the response with the 201 status

      response-required-property-removed

    • removed the request property invoiceId

      request-property-removed

    • removed the request property lineItems

      request-property-removed

    • removed the request property line_items/items/currencyCode

      request-property-removed

    • removed the request property line_items/items/user_id

      request-property-removed

    • removed the optional property data/lineItems from the response with the 201 status

      response-optional-property-removed

  • 6768d46dbde8182200See the full diff
    • added CurrencyCode subschema #2 to the lineItems/items/currencyCode request property allOf list

      request-property-all-of-added

    • removed the enum value AAVE of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ADA of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value AED of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value AFN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ALL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value AMD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ANG of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value AOA of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ARS of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value AUD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value AWG of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value AZN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BAM of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BBD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BCH of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BDT of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BGN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BHD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BIF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BMD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BND of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BOB of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BRL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BSD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BTC of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BTN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BWP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BYR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value BZD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CAD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CADC of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CADT of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CDF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CHF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CLP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CNY of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value COP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CRC of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CUC of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CUP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CUSTOM of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CVE of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value CZK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value DAI of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value DJF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value DKK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value DOP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value DZD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value EGP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ERN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ETB of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ETH of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value EUR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value EURC of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value FJD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value FKP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value GBP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value GEL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value GGP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value GHS of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value GIP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value GMD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value GNF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value GTQ of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value GYD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value HKD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value HNL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value HRK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value HTG of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value HUF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value IDR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ILS of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value IMP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value INR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value IQD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value IRR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ISK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value JMD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value JOD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value JPY of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value KES of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value KGS of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value KHR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value KMF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value KPW of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value KRW of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value KWD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value KYD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value KZT of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value LAK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value LBP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value LINK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value LKR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value LOGICAL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value LRD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value LSL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value LTC of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value LYD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MAD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MATIC of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MDL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MGA of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MKD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MMK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MNT of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MOP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MUR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MVR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MWK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MXN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MYR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value MZN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value NAD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value NGN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value NIO of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value NOK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value NPR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value NZD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value OMR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value PAB of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value PEN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value PGK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value PHP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value PKR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value PLN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value PTS of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value PYG of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value QAR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value RON of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value RSD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value RUB of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value RWF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SAR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SBD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SCR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SDG of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SEK of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SGD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SHP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SLL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SOL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SOS of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SPL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SRD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value STN of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SVC of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SYP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value SZL of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value THB of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value TJS of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value TMT of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value TND of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value TOP of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value TRY of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value TTD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value TVD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value TWD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value TZS of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value UAH of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value UGX of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value UNI of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value USD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value USDC of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value USDG of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value USDT of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value UYU of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value UZS of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value VEF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value VND of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value VUV of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value WST of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value XAF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value XCD of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value XLM of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value XOF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value XPF of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value YER of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ZAR of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • removed the enum value ZMW of the request property lineItems/items/currencyCode

      request-property-enum-value-removed

    • the lineItems/items/currencyCode request property type/format changed from string/ to /

      request-property-type-changed

    • the data/lineItems/items/currencyCode response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • added the new optional request property invoice_id

      new-optional-request-property

    • added the new optional request property lineItems/items/currency_code

      new-optional-request-property

    • added the new optional request property lineItems/items/tags

      new-optional-request-property

    • added the new optional request property lineItems/items/user

      new-optional-request-property

    • added the new optional request property line_items

      new-optional-request-property

    • added the new optional request property tags

      new-optional-request-property

    • the request property invoiceId became optional

      request-property-became-optional

    • the request property lineItems became optional

      request-property-became-optional

    • the request property lineItems/items/currencyCode became optional

      request-property-became-optional

    • the request property lineItems/items/user_id became optional

      request-property-became-optional

    • request property invoiceId deprecated

      request-property-deprecated

    • request property lineItems deprecated

      request-property-deprecated

    • request property lineItems/items/user_id deprecated

      request-property-deprecated

    • added the optional property data/line_items to the response with the 201 status

      response-optional-property-added

    • added CurrencyCode subschema #2 to the data/lineItems/items/currencyCode response property allOf list for the response status 201

      response-property-all-of-added

    • response property data/lineItems deprecated

      response-property-deprecated

    • response property data/workspaceId deprecated

      response-property-deprecated

    • removed the AAVE enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ADA enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the AED enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the AFN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ALL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the AMD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ANG enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the AOA enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ARS enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the AUD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the AWG enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the AZN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BAM enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BBD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BCH enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BDT enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BGN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BHD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BIF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BMD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BND enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BOB enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BRL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BSD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BTC enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BTN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BWP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BYR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the BZD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CAD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CADC enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CADT enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CDF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CHF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CLP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CNY enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the COP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CRC enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CUC enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CUP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CUSTOM enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CVE enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the CZK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the DAI enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the DJF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the DKK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the DOP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the DZD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the EGP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ERN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ETB enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ETH enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the EUR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the EURC enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the FJD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the FKP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the GBP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the GEL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the GGP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the GHS enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the GIP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the GMD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the GNF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the GTQ enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the GYD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the HKD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the HNL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the HRK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the HTG enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the HUF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the IDR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ILS enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the IMP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the INR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the IQD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the IRR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ISK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the JMD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the JOD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the JPY enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the KES enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the KGS enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the KHR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the KMF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the KPW enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the KRW enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the KWD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the KYD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the KZT enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the LAK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the LBP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the LINK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the LKR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the LOGICAL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the LRD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the LSL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the LTC enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the LYD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MAD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MATIC enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MDL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MGA enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MKD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MMK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MNT enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MOP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MUR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MVR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MWK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MXN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MYR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the MZN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the NAD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the NGN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the NIO enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the NOK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the NPR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the NZD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the OMR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the PAB enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the PEN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the PGK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the PHP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the PKR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the PLN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the PTS enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the PYG enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the QAR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the RON enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the RSD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the RUB enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the RWF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SAR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SBD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SCR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SDG enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SEK enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SGD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SHP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SLL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SOL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SOS enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SPL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SRD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the STN enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SVC enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SYP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SZL enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the THB enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the TJS enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the TMT enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the TND enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the TOP enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the TRY enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the TTD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the TVD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the TWD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the TZS enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the UAH enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the UGX enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the UNI enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the USD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the USDC enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the USDG enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the USDT enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the UYU enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the UZS enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the VEF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the VND enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the VUV enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the WST enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the XAF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the XCD enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the XLM enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the XOF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the XPF enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the YER enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ZAR enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ZMW enum value from the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-removed

    • added the required property data/lineItems/items/currency_code to the response with the 201 status

      response-required-property-added

    • added the required property data/lineItems/items/tags to the response with the 201 status

      response-required-property-added

    • added the required property data/tags to the response with the 201 status

      response-required-property-added

    • added the required property data/workspace_id to the response with the 201 status

      response-required-property-added

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

  • cf707627ad8244See the full diff
    • added the new CADC enum value to the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-added

    • added the new CADT enum value to the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-added

    • added the new EURC enum value to the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-added

    • added the new USDG enum value to the data/lineItems/items/currencyCode response property for the response status 201

      response-property-enum-value-added

    • added the new CADC enum value to the request property lineItems/items/currencyCode

      request-property-enum-value-added

    • added the new CADT enum value to the request property lineItems/items/currencyCode

      request-property-enum-value-added

    • added the new EURC enum value to the request property lineItems/items/currencyCode

      request-property-enum-value-added

    • added the new USDG enum value to the request property lineItems/items/currencyCode

      request-property-enum-value-added

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

  • 79cd0cd8878615See the full diff
    • removed the request property status

      request-property-removed

    • removed the closed enum value from the data/status response property for the response status 201

      response-property-enum-value-removed

    • removed the draft enum value from the data/status response property for the response status 201

      response-property-enum-value-removed

    • removed the failed enum value from the data/status response property for the response status 201

      response-property-enum-value-removed

    • removed the void enum value from the data/status response property for the response status 201

      response-property-enum-value-removed

    • added the required property data/version to the response with the 201 status

      response-required-property-added

  • 635b1d55b735422See the full diff
    • added the new required request property lineItems/items/type

      new-required-request-property

    • added the new required request property lineItems/items/user_id

      new-required-request-property

    • removed the required property data/buyerUser from the response with the 201 status

      response-required-property-removed

    • removed the required property data/lineItems/items/payout_user from the response with the 201 status

      response-required-property-removed

    • removed the request property buyerUser

      request-property-removed

    • removed the request property lineItems/items/payout_user

      request-property-removed

    • added the required property data/lineItems/items/type to the response with the 201 status

      response-required-property-added

    • added the required property data/lineItems/items/user_id to the response with the 201 status

      response-required-property-added

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

  • 0f4bb2a098cb622See the full diff
    • added the new required request property buyerUser

      new-required-request-property

    • added the new required request property lineItems/items/payout_user

      new-required-request-property

    • the request property lineItems became required

      request-property-became-required

    • the lineItems request property's minItems was increased to 1

      request-property-min-items-increased

    • removed the required property data/buyerParty from the response with the 201 status

      response-required-property-removed

    • removed the required property data/lineItems/items/payout_party from the response with the 201 status

      response-required-property-removed

    • removed the request property buyerParty

      request-property-removed

    • removed the request property lineItems/items/payout_party

      request-property-removed

    • added the required property data/buyerUser to the response with the 201 status

      response-required-property-added

    • added the required property data/lineItems/items/payout_user to the response with the 201 status

      response-required-property-added

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