Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

Version 1 Next »

Context

We need to offer credit card payment installment payment in Brazil. This will be within the credit card payment method and allow the customer to pay outright or select their card to be charged each month for a period of 2-12 months (12 options). This can be a drop down menu that defaults to pay in full. They can select how many payments they would like to make on the purchase.

Approach

First, we need the capability setup on CRM and then we need to have the front end be able to send this to CRM and CRM to Ebanx with the details.

Initially, this should be set up for TV Surf BR and TV Radius BR campaigns.

Required update in FE API call

In our place order API method, under payments node, there is a field called installments. Just send the number of installments selected in the front-end.
"payment": {
    "paymentProcessorId": 0,
    "instalments": 0,
    "cardgatePaymentMethodId": 0,
    "cardgatePaymentIssuerId": 0,
    "name": "string",
    "creditCard": "string",
    "expiration": "string",
    "cvv": "string",
    "creditCardBrand": "string",
    "cardId": "00000000-0000-0000-0000-000000000000"
  },

Sample UX

Development ticket

DFSB-413 - Getting issue details... STATUS


0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.