# Help with Web API POST

**URL:** https://community.thunkable.com/t/help-with-web-api-post/763173
**Category:** Questions about Thunkable X
**Created:** [August 23, 2020, 4:01pm UTC](https://community.thunkable.com/t/help-with-web-api-post/763173 "2020-08-23T16:01:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Patrick\_Elisha](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/patrick_elisha/32/68464_2.png) [@Patrick\_Elisha](https://community.thunkable.com/u/Patrick_Elisha)
#### Post date: [August 23, 2020, 4:01pm UTC](https://community.thunkable.com/t/help-with-web-api-post/763173/1 "2020-08-23T16:01:17Z")

</div>

Please guide on how to make post to this endpoint in ThunkableX

**Method: POST**  
**Endpoint: [https://api.flutterwave.com/v3/payments](https://api.flutterwave.com/v3/payments)**  
**Headers: `Authorization: Bearer {SEC_KEY}`** REQUIRED

Request object

```auto
{
   "tx_ref":"hooli-tx-1920bbtytty",
   "amount":"100",
   "currency":"NGN",
   "redirect_url":"https://webhook.site/9d0b00ba-9a69-44fa-a43d-a82c33c36fdc",
   "payment_options":"card",
   "meta":{
      "consumer_id":23,
      "consumer_mac":"92a3-912ba-1192a"
   },
   "customer":{
      "email":"user@gmail.com",
      "phonenumber":"080 **** 4528",
      "name":"Yemi Desola"
   },
   "customizations":{
      "title":"Pied Piper Payments",
      "description":"Middleout isn't free. Pay the price",
      "logo":"https://assets.piedpiper.com/logo.png"
   }
}

```

Thank you.

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [September 2, 2020, 8:33pm UTC](https://community.thunkable.com/t/help-with-web-api-post/763173/2 "2020-09-02T20:33:20Z")

</div>

Hey @Patrick_Elisha,

Have you seen the other topic in the community about POST requests recently?

---

<div class="post-metadata">

### Author: ![Patrick\_Elisha](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/patrick_elisha/32/68464_2.png) [@Patrick\_Elisha](https://community.thunkable.com/u/Patrick_Elisha)
#### Post date: [October 18, 2020, 6:34pm UTC](https://community.thunkable.com/t/help-with-web-api-post/763173/3 "2020-10-18T18:34:13Z")

</div>

No. Kindly provide link.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:22pm UTC](https://community.thunkable.com/t/help-with-web-api-post/763173/4 "2024-11-08T12:22:02Z")

</div>


