mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
27 lines
460 B
YAML
27 lines
460 B
YAML
everypay_issued:
|
|
type: PaymentOrders::EveryPay
|
|
status: issued
|
|
invoice: one
|
|
response:
|
|
notes:
|
|
|
|
banklink_issued:
|
|
type: PaymentOrders::Seb
|
|
status: issued
|
|
invoice: one
|
|
response:
|
|
notes:
|
|
|
|
paid:
|
|
type: PaymentOrders::EveryPay
|
|
status: paid
|
|
invoice: unpaid
|
|
response: "{}"
|
|
notes:
|
|
|
|
cancelled:
|
|
type: PaymentOrders::Seb
|
|
status: cancelled
|
|
invoice: unpaid
|
|
response: "{}"
|
|
notes: User failed to make payment. Bank responded with code 1911
|