v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Transaction Updates (Token)

Update billing address for a transaction (authenticated via resolution token)

Update billing address for a transaction (authenticated via resolution token)

put/api/v1/transactions/{transactionId}/billing-address

Path parameters

transactionIdstring uuid required

The unique identifier of the transaction

The unique identifier of the transaction

Request body

Example request

{
  "billing_address": {
    "address_line1": "12 West Common Drive",
    "address_line2": "Flat 1",
    "apartment": "Apt 5B",
    "city": "London",
    "state_province": "Greater London",
    "country": "GB",
    "postal_code": "SE1 1AA",
    "company_name": "Acme Ltd"
  }
}

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true
}