package api type CreatePaymentResponse struct { PaymentUrl string `json:"payment_url"` }