Need help? Call Live Support at +31 (0) 38 453 07 59

Attention! You're currently using the OT&E environment.

Used to get financial transaction

  • GETMethod
  • /v2/billing/financialtransactions/transactionIdURL
Name Type Description Restrictions
Transaction ID Integer The transaction ID
Name Type Required / Optional Description Restrictions
Fields String Optional Select fields to include in the response, comma separated list of field names. Requesting only the needed fields improves response time, especially when omitting relation fields. Identifying field(s) are always included.

Successful request

  • 200 OKHTTP Status
  • application/jsonContent-Type
Name Type Required / Optional Description
Transaction ID Integer Required The transaction ID
Customer String Required The customer the transaction belongs to
Transaction date Timestamp Required The date the transaction was executed
Amount Integer Required The value of the transaction, in cents
Currency String Required The ISO 4217 alphabetic currency code (EUR or USD)
Process ID Integer Required The process ID
Type String Required The type of entity this process relates to (e.g. "domain", "contact", ...)
Identifier String Required The identifier of entity this process relates to (e.g. the domain name or contact handle)
Action String Required The action performed on the entity this process relates to (e.g. "create", "update", ...)
Charges per account Map <String, Integer> Optional Account charges made for this transaction, map of currency and amount in cents
billables List < billables > Optional The products billed in this transaction
Name Type Required / Optional Description
Product String Required The product
Action Enum Required The action

Possible values:

  • CREATE
  • REQUEST
  • TRANSFER
  • RENEW
  • RESTORE
  • TRANSFER_RESTORE
  • UPDATE
  • REGISTRANT_CHANGE
  • LOCAL_CONTACT
  • NEGATIVE_MARKUP
  • PRIVACY_PROTECT
  • EXTRA_WILDCARD
  • EXTRA_DOMAIN
  • REGISTRY_LOCK
Quantity Integer Required The quantity charged
Amount Integer Required The amount charged for this product
Provider name String Required The provider name

Failed requests

Generic errors can be expected.

The transaction ID
Select fields to include in the response, comma separated list of field names. Requesting only the needed fields improves response time, especially when omitting relation fields. Identifying field(s) are always included.

GET /v2/billing/financialtransactions/transactionId