...
PSP Paycomet Service:https://github.com/rbilabs/intl-psp-paycomet-service
Loyalty: https://github.com/rbilabs/intl-loyalty
Whitelabel Graphql: https://github.com/rbilabs/intl-whitelabel-graphql
...
A new Bizum payment must be created for Paycomet. (https://docs.paycomet.com/en/recursos/espec/bizum )
This payment must work the same as Paycomet's PayPal, it must generate a link and be used in an Iframe where the payment will be processed.
...
Links
Add BIZUM in
TypePayment
and define Controller DTO.Refactor to remover PayPal and add Link (Pay with Link).
Generate Link to PayPal or Bizum.
Outcome
Add BIZUM in
TypePayment
and define Controller DTO.Refactor to remover PayPal and add Link (Pay with Link).
Payment Core
Add
TransactionMethodId
to Bizum with code 11Change function to identify payment with PayPal to identify payment with Link.
Payment
Change confirm payment function to works all payments with link and not only Paypal:
this.confirmPaymentPaypal
=>this.confirmPaymentLink
Task
...
5: Added Bizum payment to GraphQL.
Repo: intl-whitelabel-graphql
...