PayFunc Reference · Payments for Programmers

Payments for Programmers

PayFunc Reference

100 words 1 minutes

PayFunc data types used in integrations and together with the web API are described here.

Account

600 words 3 minutes

When creating an Account, The “Account Creatable” datatype is used. In the response from the endpoint an object of the “Account” data type will be returned.

Order

400 words 2 minutes

When creating orders, the Creatable Order datatype is used. In the response from the endpoint an object of the Order data type will be returned.

Schedule

600 words 3 minutes

Data type representing a payment Schedule.

Subscription

400 words 2 minutes

Data type representing a subscription. When creating a subscription, the Creatable Subscription datatype will be used.

Customer

100 words 1 minutes

Data type representing a customer.

Item

200 words 1 minutes

Data type used to specify what products are included in an order.

Payment

400 words 2 minutes

When creating or replacing payment for an order, a Creatable Payment datatype is used. These will be returned as part of the order with a (completed) Payment type.

A “charge” option of “auto” will result in automatic charging of the order after it has been authorized. A “charge” option of “balance” will add the total of the order to the “total” of the account.

Other

200 words 1 minutes

Some simple data types used in requests to and responses from our endpoints.