Function /buyer/escrow/list
Function invocation
https://json.aftermarket.pl/buyer/escrow/list
Function description
Returns the list of escrows, in which user buys domains.
Input parameters
This function takes the following input parameters:
Parameter | Type | Required | Default value | Description |
---|---|---|---|---|
name | string | "" | String to be searched in domain names | |
order | string | "name" | List sorting (can be sorted by name, price, created, deadline, accepted, paid) | |
status | string | "" | Escrow status (one of pending, accepted, rejected, expired, finished, unpaid, canceled) | |
size | integer | 5000 | Page size | |
start | integer | 0 | List start (for paging) |
Return value
The list of escrows, in which user buys domains (list of structures with the following fields):
Field name | Type | Description |
---|---|---|
accepted | integer | Escrow acceptance time as Unix timestamp |
buyType | string | Selling document selected by the buyer (vat - invoice from Aftermaket.pl, novat - invoice without vat from seller company, person - without document) |
created | integer | Escrow creation time as Unix timestamp |
currency | string | Escrow currency |
deadline | integer | Escrow payment deadline in days |
name | string | Escrow domain name |
escrowId | integer | Escrow identifier |
nameIDN | string | Escrow domain name (internationalized) |
memberId | string | Buyer identifier |
paid | integer | Time of escrow payment as Unix timestamp |
price | float | Escrow price |
saleType | string | Possible selling document (vat - invoice with VAT only, novat - invoice with VAT or invoice without VAT, person - invoice with VAT or sale without document) |
sellerId | string | Seller identifier |
source | string | Source of escrow |
status | string | Escrow status |