Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the payment gateway record.

Specific attributes

description
varcharpublic
A description of the payment gateway.
integration_one_time
varcharpublic
The integration endpoint for one-time payments.
Rules: Max length: 250 characters
integration_one_time_callback
varcharpublic
The callback endpoint for one-time payment integrations.
Rules: Max length: 250 characters
integration_subscription
varcharpublic
The integration endpoint for subscription payments.
Rules: Max length: 250 characters
integration_subscription_callback
varcharpublic
The callback endpoint for subscription payment integrations.
Rules: Max length: 250 characters
integration_subscription_delete
varcharpublic
The endpoint for deleting subscription integrations.
Rules: Max length: 250 characters
integration_transaction_authorized
varcharpublic
The endpoint for authorized transaction integrations.
Rules: Max length: 250 characters
integration_transaction_capture
varcharpublic
The endpoint for capturing transaction integrations.
Rules: Max length: 250 characters
integration_transaction_refund
varcharpublic
The endpoint for refunding transaction integrations.
Rules: Max length: 250 characters
integration_transaction_status
varcharpublic
The endpoint for checking transaction status integrations.
Rules: Max length: 250 characters
internal
varcharpublicuniquerequired
The internal identifier for the payment gateway.
Rules: Max length: 50 characters
name
varcharpublicrequired
The name of the payment gateway.
Rules: Max length: 100 characters

Tracking attributes

created_at
timestamppublic
The timestamp when the payment gateway record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the payment gateway record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the payment gateway record is active.
is_deleted
booleandefault:"false"public
Indicates whether the payment gateway record has been deleted.
updated_at
timestamppublic
The timestamp when the payment gateway record was last updated.
Rules: Precision: 6, with timezone