v3

Register a tx for a request (V3 body).

patch/v3/register-tx

Request body

OR
OR

Example request

{
  "onramp": {
    "order_id": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
  }
}

Response

OR
'ok' required

Changes

Changed in 4 of the 19 revisions of this API.342

  • 5a00610487e412See the full diff
    • added subschema #1 to the details/oneOf[GatewayErrorDetailsV3]/ response property oneOf list for the response status 400

      response-property-one-of-added

    • added the new MAX_SLIPPAGE_EXCEEDED enum value to the code/oneOf[GatewayErrorCodeV3Variants]/ response property for the response status 400

      response-property-enum-value-added

    • added the new SERVICE_UNAVAILABLE enum value to the code/oneOf[GatewayErrorCodeV3Variants]/ response property for the response status 400

      response-property-enum-value-added

    • added subschema #12 to the details/oneOf[GatewayErrorDetailsV3]/ response property oneOf list for the response status 400

      response-property-one-of-added

    • added the new TOO_MANY_AFFILIATES enum value to the code/oneOf[GatewayErrorCodeV3Variants]/ response property for the response status 400

      response-property-enum-value-added

  • 7dc4dd4a320a111See the full diff
    • added GatewayErrorDetailsV3 to the details response property oneOf list for the response status 400

      response-property-one-of-added

    • added the new NON_COMPLIANT_ADDRESSES enum value to the code/oneOf[GatewayErrorCodeV3Variants]/ response property for the response status 400

      response-property-enum-value-added

    • removed GatewayErrorDetailsV2 from the details response property oneOf list for the response status 400

      response-property-one-of-removed

    • endpoint added

      endpoint-added