Api referencePayment
Create the connect accounts billing info of a payment
Add billing info to a payment
Add billing info to a payment
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v2/payment/connect-accounts/billing-info" \ -H "Content-Type: application/json" \ -d '{ "totalPrice": 0, "subscriptionFee": 0, "frequency": "month", "dates": { "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z" } }'{}