payment_transaction.updated

Occurs when a payment transaction is updated.

Payload
const
enum
required

The type of event that occurred.

Allowed:
string
enum
required
Allowed:
uuid
required

Unique identifier for the transaction

date-time
required

ISO 8601 timestamp of when the transaction was created

date-time
required

ISO 8601 timestamp of when the transaction was last updated

const
enum
required

PAYMENT - Payment Transaction

Allowed:
string
enum
required

Note: Inbound wire transfers are coming soon (availability varies by partner bank). The WIRE category is a preview. To learn more, contact your customer success manager.

string

Currency of the transaction in ISO 4217 format

string
enum
required
Allowed:
method_attributes
required

Method-specific attributes

uuid
required

Financial account token

uuid | null

External bank account token

string
enum
required

Transfer direction

Allowed:
string
enum
required

Transaction source

Allowed:
string
enum
required

Transfer method

Allowed:
integer
required

Settled amount in cents

integer
required

Pending amount in cents

events
array of objects
required

List of transaction events

events*
string
required

Transaction descriptor

string | null

User-defined identifier

date | null

Expected release date for the transaction

related_account_tokens
required
string
enum
Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…