Array
(
    [authorize] => Array
        (
            [route] => /v1/authorize
            [method] => post
        )

    [createCharge] => Array
        (
            [route] => /v1/charge
            [method] => post
        )

    [createOneStepCharge] => Array
        (
            [route] => /v1/charge/one-step
            [method] => post
        )

    [createOneStepChargePartner] => Array
        (
            [route] => /v1/partner/charge/one-step
            [method] => post
        )

    [detailCharge] => Array
        (
            [route] => /v1/charge/:id
            [method] => get
        )

    [updateChargeMetadata] => Array
        (
            [route] => /v1/charge/:id/metadata
            [method] => put
        )

    [updateBillet] => Array
        (
            [route] => /v1/charge/:id/billet
            [method] => put
        )

    [definePayMethod] => Array
        (
            [route] => /v1/charge/:id/pay
            [method] => post
        )

    [definePayMethodPartner] => Array
        (
            [route] => /v1/partner/charge/:id/pay
            [method] => post
        )

    [cancelCharge] => Array
        (
            [route] => /v1/charge/:id/cancel
            [method] => put
        )

    [createCarnet] => Array
        (
            [route] => /v1/carnet
            [method] => post
        )

    [detailCarnet] => Array
        (
            [route] => /v1/carnet/:id
            [method] => get
        )

    [updateCarnetParcel] => Array
        (
            [route] => /v1/carnet/:id/parcel/:parcel
            [method] => put
        )

    [updateCarnetMetadata] => Array
        (
            [route] => /v1/carnet/:id/metadata
            [method] => put
        )

    [getNotification] => Array
        (
            [route] => /v1/notification/:token
            [method] => get
        )

    [listPlans] => Array
        (
            [route] => /v1/plans
            [method] => get
        )

    [createPlan] => Array
        (
            [route] => /v1/plan
            [method] => post
        )

    [deletePlan] => Array
        (
            [route] => /v1/plan/:id
            [method] => delete
        )

    [createSubscription] => Array
        (
            [route] => /v1/plan/:id/subscription
            [method] => post
        )

    [createOneStepSubscription] => Array
        (
            [route] => /v1/plan/:id/subscription/one-step
            [method] => post
        )

    [createOneStepSubscriptionLink] => Array
        (
            [route] => /v1/plan/:id/subscription/one-step/link
            [method] => post
        )

    [detailSubscription] => Array
        (
            [route] => /v1/subscription/:id
            [method] => get
        )

    [defineSubscriptionPayMethod] => Array
        (
            [route] => /v1/subscription/:id/pay
            [method] => post
        )

    [cancelSubscription] => Array
        (
            [route] => /v1/subscription/:id/cancel
            [method] => put
        )

    [updateSubscriptionMetadata] => Array
        (
            [route] => /v1/subscription/:id/metadata
            [method] => put
        )

    [createSubscriptionHistory] => Array
        (
            [route] => /v1/subscription/:id/history
            [method] => post
        )

    [sendSubscriptionLinkEmail] => Array
        (
            [route] => /v1/charge/:id/subscription/resend
            [method] => post
        )

    [getInstallments] => Array
        (
            [route] => /v1/installments
            [method] => get
        )

    [sendBilletEmail] => Array
        (
            [route] => /v1/charge/:id/billet/resend
            [method] => post
        )

    [createChargeHistory] => Array
        (
            [route] => /v1/charge/:id/history
            [method] => post
        )

    [sendCarnetEmail] => Array
        (
            [route] => /v1/carnet/:id/resend
            [method] => post
        )

    [sendCarnetParcelEmail] => Array
        (
            [route] => /v1/carnet/:id/parcel/:parcel/resend
            [method] => post
        )

    [createCarnetHistory] => Array
        (
            [route] => /v1/carnet/:id/history
            [method] => post
        )

    [cancelCarnet] => Array
        (
            [route] => /v1/carnet/:id/cancel
            [method] => put
        )

    [cancelCarnetParcel] => Array
        (
            [route] => /v1/carnet/:id/parcel/:parcel/cancel
            [method] => put
        )

    [createOneStepLink] => Array
        (
            [route] => /v1/charge/one-step/link
            [method] => post
        )

    [defineLinkPayMethod] => Array
        (
            [route] => /v1/charge/:id/link
            [method] => post
        )

    [updateChargeLink] => Array
        (
            [route] => /v1/charge/:id/link
            [method] => put
        )

    [sendLinkEmail] => Array
        (
            [route] => /v1/charge/:id/link/resend
            [method] => post
        )

    [updatePlan] => Array
        (
            [route] => /v1/plan/:id
            [method] => put
        )

    [defineBalanceSheetBillet] => Array
        (
            [route] => /v1/charge/:id/balance-sheet
            [method] => post
        )

    [settleCharge] => Array
        (
            [route] => /v1/charge/:id/settle
            [method] => put
        )

    [settleCarnet] => Array
        (
            [route] => /v1/carnet/:id/settle
            [method] => put
        )

    [settleCarnetParcel] => Array
        (
            [route] => /v1/carnet/:id/parcel/:parcel/settle
            [method] => put
        )

)
