Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.13 KB

PullPaymentsPayoutPublicApi.md

File metadata and controls

40 lines (22 loc) · 1.13 KB

\PullPaymentsPayoutPublicApi

All URIs are relative to https://btcpay.example.com/api/v1

Method HTTP request Description
pull_payments_get_payout GET /api/v1/pull-payments/{pullPaymentId}/payouts/{payoutId} Get Payout

pull_payments_get_payout

crate::models::PayoutData pull_payments_get_payout(pull_payment_id, payout_id) Get Payout

Get payout

Parameters

Name Type Description Required Notes
pull_payment_id String The ID of the pull payment [required]
payout_id String The ID of the pull payment payout [required]

Return type

crate::models::PayoutData

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]