getPayment | SELECT | paymentId | Returns information about a specific Payment.
|
getPayments | SELECT | | Returns a paginated list of Payments made on this Account.
|
createPayment | INSERT | data__usd | Makes a Payment to your Account.
The requested amount is charged to the default Payment Method if no payment_method_id is specified.
A payment_submitted event is generated when a payment is successfully submitted.
|
_getPayment | EXEC | paymentId | Returns information about a specific Payment.
|
_getPayments | EXEC | | Returns a paginated list of Payments made on this Account.
|