This method will auto-generate an ID and create a new payment. If an ID is specified for the payment, an error will be thrown.
The payment that you would like to be saved.
{- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
{- "notification_publishKey": "string",
- "notification_subscribeKey": "string",
- "notification_channel": "string",
- "executionArn": "string",
- "start_date": "2019-08-24T14:15:22Z"
}
This method will look up a payment by the specified ID and return it back.
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will update an existing payment with the specified ID.
The updated payment that will be saved.
{- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
{- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will patch an existing payment with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will delete a payment with the specified ID.
curl -i -X DELETE \ https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"
This method will scan all payments and and return them to the caller for a given contact.
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/portal/contact/:portalContactId?fields=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
This method will look up a payment by the specified ID and return it back (for a portal contact)
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/portal/contact/:portalContactId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will scan all payments and and return them to the caller for a given organization.
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/portal/organization/:portalOrganizationId?fields=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
This method will look up a payment by the specified ID and return it back (for a portal organization)
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/portal/organization/:portalOrganizationId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will start a reversal payment process
The memo that explains the reversal
{- "memo": "string"
}
{- "notification_publishKey": "string",
- "notification_subscribeKey": "string",
- "notification_channel": "string",
- "executionArn": "string",
- "start_date": "2019-08-24T14:15:22Z"
}
Returns a list of records with the specified owner
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/owner/:ownerType/:ownerId?fields=string&exclusiveStartKey=string&includeAllPayments=true' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Generates a PDF and returns the public link for download
curl -i -X GET \ https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/renderEmail/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
Send an email of the payment
curl -i -X POST \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/email/:id?additionalRecipients=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
Allows for publicly payable invoices by taking a payment and processing it anonymously
Payment information
{- "invoice_id": "string",
- "sharing_secret": "string",
- "contact_info": { },
- "payment": { }
}
{- "notification_publishKey": "string",
- "notification_subscribeKey": "string",
- "notification_channel": "string",
- "executionArn": "string",
- "start_date": "2019-08-24T14:15:22Z"
}
Sends out a preview of the CRC notification email
The domain_name to use to for record lookup
{- "invoice_id": "string",
- "email_template": {
- "from": "string",
- "from_name": "string",
- "reply_to": "string",
- "subject": "string",
- "cc": "string",
- "bcc": "string",
- "body": "string"
}, - "destination_email_address": "string",
- "payment_id": "string"
}
Returns the default payment template
curl -i -X GET \ https://collect.api.756794052567.rhythmsoftware.com/payments/defaultTemplateAndEmail/payment \ -H 'Authorization: YOUR_API_KEY_HERE'
Returns the default payment template
curl -i -X GET \ https://collect.api.756794052567.rhythmsoftware.com/payments/defaultTemplate/paymentReceipt \ -H 'Authorization: YOUR_API_KEY_HERE'
This method will start a void payment process
curl -i -X PUT \ https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/:id/void \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "notification_publishKey": "string",
- "notification_subscribeKey": "string",
- "notification_channel": "string",
- "executionArn": "string",
- "start_date": "2019-08-24T14:15:22Z"
}
Generates a PDF and returns the public link for download
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/print/:id?downloadAsHtml=true' \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"
Searches for payments using predefined parameters
The payment that you would like to be saved.
{- "business_unit_id": "string",
- "batch_id": [
- "string"
], - "date": [
- "string",
- "string"
], - "number": [
- 0,
- 0
], - "total": [
- 0,
- 0
], - "id": [
- "string"
], - "total_in_base_currency": [
- 0,
- 0
], - "status": [
- "2019-08-24T14:15:22Z",
- "2019-08-24T14:15:22Z"
], - "type": [
- "2019-08-24T14:15:22Z",
- "2019-08-24T14:15:22Z"
], - "owner_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "merchant_account_id": [
- "string",
- "string"
], - "bank_account_id": [
- "string",
- "string"
], - "credit_card_type": [
- "string",
- "string"
], - "transaction_id": [
- "string",
- "string"
], - "reference_number": "string"
}
{- "Items": [
- {
- "id": "string",
- "business_unit_id": "string",
- "batch_id": "string",
- "date": "string",
- "number": 0,
- "total": 0,
- "currency_symbol": "string",
- "total_in_base_currency": 0,
- "base_currency_symbol": "string",
- "status": "string",
- "type": "string",
- "owner_type": "string",
- "contact_id": "string",
- "organization_id": "string",
- "merchant_account_id": "string",
- "bank_account_id": "string",
- "credit_card_type": "string",
- "transaction_id": "string",
- "reference_number": "string"
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified batch_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/batch/:batch_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified contact_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/contact/:contact_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified organization_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/organization/:organization_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Sends out a preview of the notification template
The domain_name to use to for record lookup
{- "invoice_id": "string",
- "template": "string",
- "id": "string",
- "customer_type": "contact",
- "contact_id": "string",
- "organization_id": "string"
}
curl -i -X POST \ https://collect.api.756794052567.rhythmsoftware.com/payments/warmUpStepFunctions \ -H 'Authorization: YOUR_API_KEY_HERE'
Returns a list of records with the specified order_id
curl -i -X GET \ 'https://collect.api.756794052567.rhythmsoftware.com/payments/:tenantId/order/:order_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "payment_that_this_transaction_reverses_id": "string",
- "installment_schedule_id": "string",
- "billing_run_service": "string",
- "billing_run_id": "string",
- "billing_run_action_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "reference_number": "string",
- "organization_id": "string",
- "type": "credit card",
- "status": "complete",
- "amount_pending_capture": 0,
- "cash_account_type": "bank",
- "bank_account_id": "string",
- "merchant_account_id": "string",
- "send_email_confirmation": true,
- "send_receipt_to": "string",
- "billing_address": {
- "line1": "string",
- "line2": "string",
- "line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "county": "string",
- "country": "string",
- "country_name": "string",
- "latitude": 0,
- "longitude": 0,
- "time_zone_id": "string"
}, - "transaction_id": "string",
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "captures": [
- {
- "date": "2019-08-24T14:15:22Z",
- "transaction_id": "string",
- "amount_captured": 0,
- "card_type": "string",
- "card_expiration": "2019-08-24",
- "card_last_digits": "string",
- "raw_capture_info": "string"
}
], - "electronic_payment_info": {
- "payment_origin": "ad hoc",
- "payment_account": "string",
- "card_type": "american express",
- "card_expiration": "2019-08-24",
- "token": "string"
}, - "line_items": [
- {
- "payment_line_item_id": "string",
- "type": "invoice",
- "credit_id": "string",
- "invoice_id": "string",
- "invoice_line_item_id": "string",
- "enable_auto_renewal": true,
- "product_type": "string",
- "product_id": "string",
- "total_in_base_currency": 0,
- "invoice_exchange_rate": 0,
- "invoice_currency_code": "AED",
- "total_in_invoice_currency": 0,
- "invoice_line_item_total_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_at_the_time_of_payment": 0,
- "invoice_line_item_balance_due_after_payment": 0,
- "invoice_version_at_the_time_of_payment": 0,
- "amount_refunded": 0,
- "total": 0,
- "related_transactions": [
- {
- "type": "payment",
- "transaction_id": "string",
- "transaction_number": 0,
- "transaction_line_item_id": "string",
- "amount": 0,
- "date": "2019-08-24T14:15:22Z"
}
]
}
], - "sys_search_transaction_id": "string",
- "sys_search_credit_card_type": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "number": 0,
- "workflow_execution_id": "string",
- "total": 0,
- "business_unit_id": "string",
- "batch_id": "string",
- "cancellation_id": "string",
- "order_id": "string",
- "return_id": "string",
- "memo": "string",
- "notes": "string",
- "date": "2019-08-24",
- "currency_code": "AED",
- "currency_symbol": "string",
- "exchange_rate": 0,
- "total_in_base_currency": 0,
- "base_currency_code": "str",
- "base_currency_symbol": "string",
- "sys_search_composite_key": "string",
- "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
TAllows you to perform up to 100 parallel patch/delete operations
The batch request
Array of objects |
{- "operations": [
- {
- "operation": "create",
- "id": "string",
- "patch_directives": [
- {
- "op": "add",
- "path": "string",
- "value": "string"
}
], - "object": { }
}
]
}
{- "success_count": 0,
- "error_count": 0,
- "results": [
- {
- "operation": "create",
- "id": "string",
- "outcome": "success",
- "error_message": "string",
- "object": { }
}
]
}