Skip to main content
GET
Show account schedule plan record

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

consumer
integer
required

Consumer account ID.

payment
string
required

Payment record key returned by the payments list payload.

Pattern: ^(scheduled|transaction):\d+$
Examples:

"scheduled:12"

"transaction:44"

Response

Account schedule-plan record returned.

data
object
required
Last modified on July 19, 2026