Skip to main content

Retrieve a Receiver

GET 

/receivers/:id

Fetches detailed information on a specific receiver by id, including all associated wallets.

Request

Path Parameters

    id stringrequired

    ID of the Receiver.

Responses

Receiver Details

Schema
    id string
    phone_number string
    external_id string
    email string
    created_at string
    total_payments string
    successful_payments string
    failed_payments string
    remaining_payments string
    registered_wallets string
    received_amounts object[]
  • Array [
  • asset_code string
    asset_issuer string
    received_amount string
  • ]
  • wallets object[]
  • Array [
  • id string
    receiver object
    id string
    wallet object
    id string
    name string
    homepage string
    stellar_address string
    stellar_memo string
    stellar_memo_type string
    created_at string
    updated_at string
    invited_at string
    last_sms_sent string

    timestamp when the receiver last received an SMS about this wallet

    total_payments string
    payments_received string
    failed_payments string
    remaining_payments string
    received_amounts object[]
  • Array [
  • asset_code string
    asset_issuer string
    received_amount string
  • ]
  • status string

    Possible values: [DRAFT, READY, REGISTERED, FLAGGED]

    status_history object[]
  • Array [
  • status string

    Possible values: [DRAFT, READY, REGISTERED, FLAGGED]

    timestamp date-time
  • ]
  • ]
Loading...