submit_payment: Submitting a Payment

Description Usage Arguments Value

View source: R/submit_payment.R

Description

Before you can submit a payment, you will need to have three pieces of information: payment, secret and client_resource_id.

Usage

1
submit_payment(payment, secret, client_resource_id)

Arguments

payment

The "Payment" object to be submitted.

secret

The secret or private key for your Ripple account.

client_resource_id

Will uniquely identify this payment. This is a 36-character UUID (universally unique identifier) value which will uniquely identify this payment within the Ripple-REST API. Note that you can use generate_uuid to calculate a UUID value if you do not have a UUID generator readily available.

Value

A named list. The first element is the "client_resource_id" you gave. The second element is named "status_url" and can be used with check_payment_status.


hmalmedal/ripplerestr documentation built on May 17, 2019, 4:34 p.m.