Get All PayOut Transfers

GET /v0/customers/{customer_id}/payout-transfer

Description

  • Retrieve a list of offramp transfers for a customer.

Path parameters

  • customer_id (string, required) — The unique identifier of the customer

Query parameters

  • limit (integer, optional, min: 1, max: 100) — Maximum number of records to return

  • skip (integer, optional) — Number of records to skip

Header parameters

circle-info

Authorization (string, required) — Token for authentication

Responses

  • 200 — Successful retrieval of offramp transfers list

    • Content-Type: application/json

    • Response: object (see example)

Request example (HTTP)

Request
GET /v0/customers/{customer_id}/payout-transfer HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Accept: */*

Response example (200)

chevron-rightShow JSON responsehashtag

Last updated 6 months ago