Transfers
Create Transfer
Transfer credits from specific batches, in whole or with splits. All credit batches must originate from the same supplier and be owned by the current organisation.
POST
Authorizations
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
A secret token identifying the client connecting to the API
Body
application/json
A list of credit batch IDs and kilogram amounts of each to transfer.
The ID of the organisation that is sending the credits. Typically this would be your own organisation ID.
Required string length:
20 - 36
A publicly visible note stored with the credit transfer.
Maximum length:
256
All credits in a transfer must originate from the same supplier.
Required string length:
20 - 36
The ID of the organisation that will receive the credits.
Required string length:
20 - 36
Was this page helpful?