Skip to main content

Retrieve a Payment

GET 

/payments/:id

Fetches detailed information on a specific payment by id.

Request

Path Parameters

    id stringrequired

    ID of the Payment.

Responses

Payment details

Schema

    id string
    amount string
    stellar_transaction_id string
    stellar_operation_id string
    status string

    Possible values: [DRAFT, READY, PENDING, PAUSED, SUCCESS, FAILED]

    status_history

    object[]

  • Array [

  • status string

    Possible values: [DRAFT, READY, PENDING, PAUSED, SUCCESS, FAILED]

    status_message string
    timestamp date-time
  • ]

  • disbursement

    object

    id uuid

    The unique identifier of the disbursement

    name string

    The name of the disbursement

    status string

    Possible values: [DRAFT, READY, STARTED, PAUSED, COMPLETED]

    created_at date-time

    The creation timestamp of the disbursement

    updated_at date-time

    The last update timestamp of the disbursement

    asset

    object

    id string
    code string

    Asset code

    issuer string

    Asset issuer address

    created_at date-time
    updated_at date-time
    deleted_at date-time

    receiver_wallet

    object

    id string

    receiver

    object

    id string

    wallet

    object

    id string
    name string
    homepage string
    stellar_address string
    created_at string
    updated_at string
    status string

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

    created_at date-time
    updated_at date-time
Loading...