Skip to content

Commit

Permalink
Add notes about credit card payment
Browse files Browse the repository at this point in the history
  • Loading branch information
Imre Nagi committed May 27, 2020
1 parent 5bd0bf4 commit 011d457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Your client webservice can interact to at least 2 endpoints:

### POSTMAN JSON

You can download this POSTMAN json file to see how to use the api. [POSTMAN FILE](/example/server/go-payment.postman_collection.json)
You can download this POSTMAN json file to see how to use the api. [POSTMAN COLLECTION](/example/server/go-payment.postman_collection.json)

### List of payment methods

Expand Down Expand Up @@ -459,6 +459,8 @@ POST /payment/invoices
}
```

> To create invoice with `credit_card` payment with/without installment, please take a look [POSTMAN COLLECTION](/example/server/go-payment.postman_collection.json)
#### Response

When you call endpoint above, server returns all invoice data. But, to proceed to the payment page you need to pay attention to `payment` object.
Expand Down

0 comments on commit 011d457

Please sign in to comment.