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_GATEWAY_FIELD/{id}
https://my.billingplatform.com/demogm/rest/2.0/PAYMENT_GATEWAY_FIELD/{id}
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_GATEWAY_FIELD/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Id": "string", "GatewayId": 0, "ProfileFieldName": "string", "RequiredFlag": 0, "FieldType": "string", "Created": "string", "Updated": "string", "FieldArea": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_GATEWAY_FIELD
https://my.billingplatform.com/demogm/rest/2.0/PAYMENT_GATEWAY_FIELD
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_GATEWAY_FIELD?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Id": "string", "GatewayId": 0, "ProfileFieldName": "string", "RequiredFlag": 0, "FieldType": "string", "Created": "string", "Updated": "string", "FieldArea": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_GATEWAY_FIELD
https://my.billingplatform.com/demogm/rest/2.0/PAYMENT_GATEWAY_FIELD
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PAYMENT_GATEWAY_FIELD \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string",
"GatewayId": 0,
"ProfileFieldName": "string",
"RequiredFlag": 0,
"FieldType": "string",
"Created": "string",
"Updated": "string",
"FieldArea": "string"
}
}'
{ "retrieveResponse": { "Id": "string", "GatewayId": 0, "ProfileFieldName": "string", "RequiredFlag": 0, "FieldType": "string", "Created": "string", "Updated": "string", "FieldArea": "string" } }