Cartalyst\Stripe\Api\Bitcoin::find PHP Method

find() public method

Retrieves the bitcoin receiver with the given ID.
public find ( string $receiverId ) : array
$receiverId string
return array
    public function find($receiverId)
    {
        return $this->_get("bitcoin/receivers/{$receiverId}");
    }