BalanceTransactionService::retrieve( string $id, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )

Retrieves the balance transaction with the given ID.


Description Description

Note that this endpoint previously used the path

/v1/balance/history/:id

.


Parameters Parameters

$id

(Required)

$params

(Optional)

Default value: null

$opts

(Optional)

Default value: null


Top ↑

Return Return

(StripeBalanceTransaction)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/BalanceTransactionService.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.