Get PayIn Transfer

Path

  • /v0/customers/{customer_id}/payin-transfer/{transfer_id}

Description Retrieve a single onramp (cross-chain) transfer for a given customer by transfer ID.

Path parameters

  • transfer_id (string · uuid) — Required The unique identifier of the cross-chain transfer.

  • customer_id (string · uuid) — Required The unique identifier of the customer.

Header parameters

  • Authorization (string) — Required Token for authentication.

Responses

200 — Get onramp transfer response (application/json)

RequGET /v0/customers/{customer_id}/payin-transfer/{transfer_id} HTTP/1.1 Host: gateway.noxxo.com Authorization: text Accept: */*est

Example response (200)

application/json

Last updated