Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 630 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 630 Bytes

Pagar.me api consume

Project testing the Pagar.me api to implement card payment

The main idea

This api consume focus on create a validated Formik form (using yup to simplify our validations) to create a payment form for box of fruits.

What's are been used?

In this project we use create-react-app with typescript, making our project typed and easy to maintenance. And we use the following dependencies:

  • Formik to make easy our form structure
  • Yup to validade all the fields inside our form
  • Axios to do our api requires
  • **Pagar.me** api to make our card payment possible