Skip to main content
POST
/
api
/
payment-methods
set up payment method
curl --request POST \
  --url https://sbx.api.easybilling.cloud/payment-hub/api/payment-methods \
  --header 'Content-Type: application/json' \
  --data '
{
  "customerIdentifier": "string",
  "paymentGatewayType": "string",
  "redirectUrl": "string",
  "cancelUrl": "string"
}
'
{}

Headers

trace-id
string
default:{{$string.uuid}}

Body

application/json

The body is of type object.

Response

200 - application/json

The response is of type object.