Etsy · Example Payload

Open Api V3 Payment Example

MarketplaceEcommerceHandmadeListingsOrdersPaymentsReviewsShippingTaxonomyOAuth2

Open Api V3 Payment Example is an example object payload from Etsy, with 26 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

payment_idbuyer_user_idshop_idreceipt_idamount_grossamount_feesamount_netposted_grossposted_feesposted_netadjusted_grossadjusted_feesadjusted_netcurrencyshop_currencybuyer_currencyshipping_user_idshipping_address_idbilling_address_idstatusshipped_timestampcreate_timestampcreated_timestampupdate_timestampupdated_timestamppayment_adjustments

Example Payload

Raw ↑
{
  "payment_id": 1,
  "buyer_user_id": 456789,
  "shop_id": 123456,
  "receipt_id": 234567890,
  "amount_gross": "example",
  "amount_fees": "example",
  "amount_net": "example",
  "posted_gross": "example",
  "posted_fees": "example",
  "posted_net": "example",
  "adjusted_gross": "example",
  "adjusted_fees": "example",
  "adjusted_net": "example",
  "currency": "example string",
  "shop_currency": "example string",
  "buyer_currency": "example string",
  "shipping_user_id": 456789,
  "shipping_address_id": 1,
  "billing_address_id": 1,
  "status": "example string",
  "shipped_timestamp": 1758153645,
  "create_timestamp": 1758153645,
  "created_timestamp": 1758153645,
  "update_timestamp": 1758153645,
  "updated_timestamp": 1758153645,
  "payment_adjustments": [
    {},
    {}
  ]
}