POST
/
api
/
v1
/
transaction
{
  "payment_system_transaction_id": "<string>",
  "status": "not_submitted",
  "decision_at": "2023-11-07T05:31:56Z"
}

Headers

host
string
default:lingopie.bouncepay.io
apikey
string
default:

Body

application/json
id
string
required
object
enum<string>
required
Available options:
card,
plan,
event,
charge,
source,
dispute,
invoice,
customer,
subscription,
payment_intent,
payment_method,
discount,
coupon,
invoiceitem,
setup_intent
created
integer
required
status
string
required
latest_invoice
string
required
plan
required
current_period_end
integer
required
current_period_start
integer
required
customer
charge
object | null
source
object | null
payment_method

Response

200
application/json
Successful Response
payment_system_transaction_id
string
required
status
enum<string>
required
Available options:
not_submitted,
declined,
pending,
approved,
requires_schedule,
linked_tx_approved,
error
decision_at
string
required