Skip to content

fatimahazzhr/invoice-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Examples

This repository contains code samples demonstrating how Xendit services can be used.

Ownership

Team: TPI Team

Slack Channel: #integration-product

Slack Mentions: @troops-tpi

Invoice Modal

  • File: invoice-modal.html
  • Embedding a Xendit invoice into an iFrame.
  • This assumes that the invoice is already created from your backend, and the invoice URL would be piped to the front end.

Create Invoice from PHP Landing Page

  • Folder: php-landing-create-invoice
  • Example of a PHP landing page that accepts an amount and creates an Invoice.
  • Be sure to set your API key in config/xendit.config.php
  • Can be run locally on OSX with php -S localhost:8000

About

Simple landing page using Invoice UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.1%
  • CSS 11.8%
  • PHP 7.9%
  • HTML 1.2%