# POST /payment-methods.json **POST /payment-methods.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **name** (string) Name - **redirectUrl** (string | null) Redirect url - **showInVendorPortal** (boolean | null) Show in vendor portal - **showNotes** (boolean | null) Show notes - **source** (string) Source ## Responses ### 200 Successful response #### Body: application/json (object) - **createdAt** (string(date-time)) Created at - **id** (integer(int32)) Id - **name** (string) Name - **redirectUrl** (string | null) Redirect url - **showInVendorPortal** (boolean | null) Show in vendor portal - **showNotes** (boolean | null) Show notes - **source** (string) Source - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)