Announcement

Collapse
No announcement yet.

Update state of content on paiement validation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Update state of content on paiement validation

    Hello
    i add a bank paiement to a form worflow i want to know if i can change value of field according an api ?
    thanks for any doc links

  • #2
    Hi yberges

    Please describe your issue in more detail and provide a screenshot.

    Comment


    • #3
      hello
      i have banque gateway and i want to update subscription field after payement (banque api return) like a stripe validation

      Comment


      • #4
        hello some idea about this ?

        Comment


        • #5
          Your query is not clear enough. You are making an API call and then want to set a field based on the response? The should be pretty simple, just add the right conditional on the API response and use the ORM and the entity object to set the appropriate fields.

          Comment


          • #6
            sorry i will try to explain more
            1 i create X products
            2 i create a form to sell X products
            3 user is redirected to bank paiement page
            => i want to update state of form if paiement is ok

            Comment


            • #7
              The API call to make the payment should return a success/failure response based on that you can set the field.

              How are you making the API call to redirect the user?

              Comment

              Working...
              X