RefundService::retrieve()
Method: Retrieves the details of an existing refund.
RefundService::retrieve Read More »
Method: Retrieves the details of an existing refund.
RefundService::retrieve Read More »
Method: Create a refund.
RefundService::create Read More »
Method: Returns a list of all refunds you’ve previously created. The refunds are returned in sorted order, with the most recent refunds appearing first. For convenience, the 10 most recent refunds are always available by default on the charge object.
RefundService::all Read More »
Method: Marks a credit note as void. Learn more about voiding credit notes.
Method: When retrieving a credit note preview, you’ll get a lines property containing the first handful of those items. This URL you can retrieve the full (paginated) list of line items.
Method: Issue a credit note to adjust the amount of a finalized invoice. For a status=open invoice, a credit note reduces its amount_due. For a status=paid invoice, a credit note does not affect its amount_due. Instead, it can result in any combination of the following:.
Method: When retrieving a credit note, you’ll get a lines property containing the the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
Method: Retrieves the token with the given ID.
TokenService::retrieve Read More »
Method: Creates a single-use token that represents a bank account’s details. This token can be used with any API method in place of a bank account dictionary. This token can be used only once, by attaching it to a Custom account.
TokenService::create Read More »
Method: Returns a list of SetupAttempts associated with a provided SetupIntent.
Method: Updates the webhook endpoint. You may edit the url, the list of enabled_events, and the status of your endpoint.