PayFunc Reference
100 words 1 minutes
PayFunc data types used in integrations and together with the web API are described here.
Payments for Programmers
100 words 1 minutes
PayFunc data types used in integrations and together with the web API are described here.
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.
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.
600 words 3 minutes
Data type representing a payment Schedule.
400 words 2 minutes
Data type representing a subscription. When creating a subscription, the Creatable Subscription datatype will be used.
100 words 1 minutes
Data type representing a customer.
200 words 1 minutes
Data type used to specify what products are included in an order.
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.
200 words 1 minutes
Some simple data types used in requests to and responses from our endpoints.