Billing Platform API
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/
https://my.billingplatform.com/demogm/
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_RETRY_SCHEDULE/{id}
https://my.billingplatform.com/demogm/rest/2.0/PAYMENT_RETRY_SCHEDULE/{id}
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_RETRY_SCHEDULE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Id": "string", "Amount": "string", "PaymentId": 0, "RetryNumber": "string", "ScheduledAmount": "string", "Updated": "string", "CreatedUserId": "string", "Status": "string", "CancellationStatus": "string", "Cancel": 0, "Created": "string", "RetryTime": "string", "UpdatedUserId": "string", "RetryAttemps": "string", "RetryInterval": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_RETRY_SCHEDULE
https://my.billingplatform.com/demogm/rest/2.0/PAYMENT_RETRY_SCHEDULE
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_RETRY_SCHEDULE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Id": "string", "Amount": "string", "PaymentId": 0, "RetryNumber": "string", "ScheduledAmount": "string", "Updated": "string", "CreatedUserId": "string", "Status": "string", "CancellationStatus": "string", "Cancel": 0, "Created": "string", "RetryTime": "string", "UpdatedUserId": "string", "RetryAttemps": "string", "RetryInterval": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_RETRY_SCHEDULE
https://my.billingplatform.com/demogm/rest/2.0/PAYMENT_RETRY_SCHEDULE
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_RETRY_SCHEDULE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string",
"Amount": "string",
"PaymentId": 0,
"RetryNumber": "string",
"ScheduledAmount": "string",
"Updated": "string",
"CreatedUserId": "string",
"Status": "string",
"CancellationStatus": "string",
"Cancel": 0,
"Created": "string",
"RetryTime": "string",
"UpdatedUserId": "string",
"RetryAttemps": "string",
"RetryInterval": "string"
}
}'
{ "retrieveResponse": { "Id": "string", "Amount": "string", "PaymentId": 0, "RetryNumber": "string", "ScheduledAmount": "string", "Updated": "string", "CreatedUserId": "string", "Status": "string", "CancellationStatus": "string", "Cancel": 0, "Created": "string", "RetryTime": "string", "UpdatedUserId": "string", "RetryAttemps": "string", "RetryInterval": "string" } }