API Reference
Authentication
All calls must be authenticated with the header Authorization: llamapay_sk_YOUR_API_KEY
.
You can obtain the required API Key in the Developer tab on LlamaPay's interface.
Last updated
All calls must be authenticated with the header Authorization: llamapay_sk_YOUR_API_KEY
.
You can obtain the required API Key in the Developer tab on LlamaPay's interface.
Last updated
Creates a new payment that users can then pay
"https://mypage.com/success"
"https://mypage.com/failure"
Successfully created a payment
id parameter obtained from /charges or webhook events
Payment info
Pagination is handled by querying the urls returned in pagination.previous_uri and pagination.next_uri or by using the query parameters ending_before and starting_after directly with payment ids. In other words, to see all results keep querying pagination.next_uri until its null.
Array of payments