@baaskit/capacitor-payment-bridge
v0.6.0
Published
capacitor plugin to bridge Baaskit softpos payment application
Readme
@baaskit/capacitor-payment-bridge
capacitor plugin to bridge Baaskit softpos payment application
Install
npm install @baaskit/capacitor-payment-bridge
npx cap syncAPI
initiatePayment(...)
initiatePayment(options: InitiatePaymentRequest) => Promise<InitiatePaymentResponse>| Param | Type |
| ------------- | ----------------------------------- |
| options | InitiatePaymentRequest |
Returns: Promise<InitiatePaymentResponse>
initiateRefund(...)
initiateRefund(options: InitiateRefundRequest) => Promise<InitiateRefundResponse>| Param | Type |
| ------------- | ---------------------------------- |
| options | InitiateRefundRequest |
Returns: Promise<InitiateRefundResponse>
