Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi-rai committed Jan 22, 2022
1 parent 9988eba commit 65e4898
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# Bhojpur Pay - Data Processing Engine

The Bhojpur Pay is a software-as-a-service product used as a Payments Data Processing Engine based on Bhojpur.NET Platform for application delivery.

## 3rd party Gateway Integration

The Bhojpur Pay also features integration with some third-party payment gateways. There is an abstracted payment interface for software developers. It provides a unified API for different payment gateways.

### Usage

```go
import "github.com/bhojpur/pay/pkg/gateway/stripe"

func main() {
Stripe := stripe.New(&stripe.Config{
Key: config.Key,
})
}
```

0 comments on commit 65e4898

Please sign in to comment.