Requests issuance or registration of convenience store barcode.
Key request parameter description
barcode string
Barcode number
If there is a barcode number generated/managed by the merchant, you can use it instead of getting one from GalaxiaMoneytree.
expired_at integer
Convenience store payment deadline
If not specified, default value specified in the contact with GalaxiaMoneytree is used.
pg
String
PG code
Specify when using multiple GalaxiaMoneytree Merchant IDs as follows:
galaxia.{Merchant ID}
confirm_url
string
A URL to check whether the convenience store payment can be made. If not specified, payment is considered acceptable and processed as successful.
The following data is sent to the URL via Webhook (HTTP POST).
200 response == acceptable / Other responses == Not acceptable
Webhook Body{ "event": "Galaxia.Cvs.Confirm", "imp_uid": "imp_123412341234", "merchant_uid": "asdfasdfasdf", "status": "ready", "extra": { "barcode": "11222222", "payType": "card" //card or cash } }
Swagger Test Link